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

Method setVisible

ogsr_engine/xrGame/script_game_object4.cpp:926–929  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

924}
925
926void CScriptGameObject::setVisible(bool value)
927{
928 object().setVisible(value);
929}

Callers 15

UnsplitSingleMethod · 0.45
SetVisibleMethod · 0.45
detach_ActorMethod · 0.45
attach_ActorMethod · 0.45
OnOwnershipTakeMethod · 0.45
HideExplosiveMethod · 0.45
attachMethod · 0.45
detachMethod · 0.45
OnH_B_IndependentMethod · 0.45
OnCameraChangeMethod · 0.45
PhysicallyRemoveSelfMethod · 0.45
PhysicallyRemovePartMethod · 0.45

Calls 1

objectFunction · 0.50

Tested by

no test coverage detected