Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ GetInt
Method
GetInt
engine/Poseidon/IO/ParamFile/ParamFile.cpp:251–255 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
249
return false;
250
}
251
int ParamEntry::GetInt() const
252
{
253
NotValue(GetContext());
254
return 0;
255
}
256
RStringB ParamEntry::GetValueRaw() const
257
{
258
NotValue(GetContext());
Callers
15
RenderEntryValue
Function · 0.45
WriteArrayValueJson
Method · 0.45
ReloadViewer
Method · 0.45
CameraEffectInterpolated
Method · 0.45
CreateCameraEffect
Function · 0.45
CfgVehicleVisibleInEditor
Function · 0.45
Load
Method · 0.45
SerializeBin
Method · 0.45
ParamValueSpec
Class · 0.45
Serialize
Method · 0.45
Load
Method · 0.45
NetworkServer.cpp
File · 0.45
Calls
1
NotValue
Function · 0.85
Tested by
no test coverage detected