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

Method Deactivate

ogsr_engine/xrGame/Bolt.cpp:65–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65void CBolt::Deactivate(bool now) {
66 m_bQuickThrowProsess = false;
67 m_bThrowPointUpdated = false;
68
69 Hide(now || (GetState() == eThrowStart || GetState() == eReady || GetState() == eThrow));
70}
71
72void CBolt::Throw()
73{

Callers 15

ClearUnsplitedMethod · 0.45
OnChangeVisualMethod · 0.45
net_SpawnMethod · 0.45
net_DestroyMethod · 0.45
ActivateBoxDynamicMethod · 0.45
OnChangeVisualMethod · 0.45
create_physic_shellMethod · 0.45
net_DestroyMethod · 0.45
DestroyUnbrokenMethod · 0.45
net_DestroyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected