MCPcopy Create free account
hub / github.com/StrongPC123/Far-Cry-1-Source-Full / GetScriptObject

Method GetScriptObject

CryGame/XPlayer.cpp:4864–4867  ·  view source on GitHub ↗

! Retrieves the ScriptObject of this container @return pointer to the ScriptObject */

Source from the content-addressed store, hash-verified

4862 @return pointer to the ScriptObject
4863*/
4864IScriptObject *CPlayer::GetScriptObject()
4865{
4866 return m_pScriptObject;
4867}
4868
4869int CPlayer::MakeWeaponAvailable(int nWeaponID, bool bAvailable)
4870{

Callers 10

InitMethod · 0.45
ProcessWeaponsMethod · 0.45
SelectWeaponMethod · 0.45
SetWeaponMethod · 0.45
UpdateMeleeMethod · 0.45
UpdateCollisionDamageMethod · 0.45
SaveAIStateMethod · 0.45
LoadAIStateMethod · 0.45
LoadAIState_RELEASEMethod · 0.45
LoadAIState_PATCH_1Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected