Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ SetInt
Method
SetInt
Source/Scripting/scriptparams.cpp:433–437 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
431
}
432
433
void ScriptParam::SetInt(int val) {
434
type_ = INT;
435
i_val_ = val;
436
editor_.SetTextField();
437
}
438
439
void ScriptParam::SetFloat(float val) {
440
type_ = FLOAT;
Callers
5
Execute
Method · 0.45
DrawImGui
Function · 0.45
ASSetInt
Method · 0.45
ASAddInt
Method · 0.45
ReadScriptParametersFromXML
Function · 0.45
Calls
1
SetTextField
Method · 0.80
Tested by
no test coverage detected