Skip to content

Instantly share code, notes, and snippets.

View matshou's full-sized avatar
📚
Learning C++

Matthew Cain matshou

📚
Learning C++
  • Dresden, Germany
View GitHub Profile
@matshou
matshou / changelog.gradle
Last active March 20, 2021 09:07
Generates project changelog using github-changelog-generator.
/**
* Generates project changelog using github-changelog-generator
* https://github.com/github-changelog-generator/github-changelog-generator
*/
tasks.register("generateChangelog", Exec.class) {
it.description 'Generate a project changelog.'
it.group 'documentation'
def commandArgs = [
---Returns fog instance.
---@return ClimateManager.ClimateFloat
local function getFogIntensity()
return getClimateManager():getClimateFloat(5);
end
---Update fog intensity with given value
---@param value Float
local function updateFogIntensity(value)