MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / setEnabled

Method setEnabled

ogsr_engine/xrGame/script_game_object4.cpp:921–924  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

919}
920
921void CScriptGameObject::setEnabled(bool value)
922{
923 object().setEnabled(value);
924}
925
926void CScriptGameObject::setVisible(bool value)
927{

Callers 14

UnsplitSingleMethod · 0.45
ObjectContactCallbackMethod · 0.45
SwitchStateMethod · 0.45
OnOwnershipTakeMethod · 0.45
HideExplosiveMethod · 0.45
OnH_B_IndependentMethod · 0.45
LaunchGrenadeMethod · 0.45
PhysicallyRemoveSelfMethod · 0.45
PhysicallyRemovePartMethod · 0.45
NotificatePartMethod · 0.45
net_SpawnMethod · 0.45

Calls 1

objectFunction · 0.50

Tested by

no test coverage detected