Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
603
DEFINE_ACTION_FUNCTION_NATIVE(DObject, MSTimef, I_msTimeF)
604
{
605
ACTION_RETURN_FLOAT(I_msTimeF());
606
}
607
608
void *DObject::ScriptVar(FName field, PType *type)
609
{
Callers
nothing calls this directly
Calls
4
I_msTimeF
Function · 0.85
GetNetworkEntity
Function · 0.85
GetNetworkID
Method · 0.80
EnableNetworking
Method · 0.80
Tested by
no test coverage detected