MCPcopy Create free account
hub / github.com/ZDoom/Raze / DEFINE_ACTION_FUNCTION_NATIVE

Function DEFINE_ACTION_FUNCTION_NATIVE

source/common/objects/dobject.cpp:603–606  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

601}
602
603DEFINE_ACTION_FUNCTION_NATIVE(DObject, MSTimef, I_msTimeF)
604{
605 ACTION_RETURN_FLOAT(I_msTimeF());
606}
607
608void *DObject::ScriptVar(FName field, PType *type)
609{

Callers

nothing calls this directly

Calls 4

I_msTimeFFunction · 0.85
GetNetworkEntityFunction · 0.85
GetNetworkIDMethod · 0.80
EnableNetworkingMethod · 0.80

Tested by

no test coverage detected