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

Method GetNativeData

CryScriptSystem/ScriptObject.cpp:1427–1433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1425}
1426
1427void *CScriptObject::GetNativeData()
1428{
1429 _GUARD_STACK(m_pLS);
1430 if (!_GET_THIS())
1431 return NULL;
1432 return lua_getnativedata(m_pLS,-1);
1433}
1434
1435int CScriptObject::IndexTagHandler(lua_State *L)
1436{

Callers 15

InitMethod · 0.80
InitGlobalMethod · 0.80
GetWidgetMethod · 0.80
ShowWidgetMethod · 0.80
HideWidgetMethod · 0.80
IsWidgetVisibleMethod · 0.80
EnableWidgetMethod · 0.80
DisableWidgetMethod · 0.80
IsWidgetEnabledMethod · 0.80
SendMessageMethod · 0.80
CaptureMouseMethod · 0.80
SetTopMostWidgetMethod · 0.80

Calls 1

lua_getnativedataFunction · 0.85

Tested by

no test coverage detected