Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ SetFloat
Method
SetFloat
Source/Scripting/scriptparams.cpp:439–443 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
437
}
438
439
void ScriptParam::SetFloat(float val) {
440
type_ = FLOAT;
441
f_val_ = val;
442
editor_.SetTextField();
443
}
444
445
void ScriptParam::SetString(const std::string &val) {
446
type_ = STRING;
Callers
5
Execute
Method · 0.45
DrawImGui
Function · 0.45
ASSetFloat
Method · 0.45
ASAddFloat
Method · 0.45
ReadScriptParametersFromXML
Function · 0.45
Calls
1
SetTextField
Method · 0.80
Tested by
no test coverage detected