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

Function DEFINE_ACTION_FUNCTION_NATIVE

source/common/scripting/core/dictionary.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82//=====================================================================================
83
84DEFINE_ACTION_FUNCTION_NATIVE(_Dictionary, Create, DictCreate)
85{
86 ACTION_RETURN_POINTER(DictCreate());
87}
88
89DEFINE_ACTION_FUNCTION_NATIVE(_Dictionary, Insert, DictInsert)
90{

Callers

nothing calls this directly

Calls 10

DictCreateFunction · 0.85
DictInsertFunction · 0.85
DictAtFunction · 0.85
DictToStringFunction · 0.85
DictionaryFromStringFunction · 0.85
DictRemoveFunction · 0.85
DictIteratorCreateFunction · 0.85
DictIteratorNextFunction · 0.85
DictIteratorKeyFunction · 0.85
DictIteratorValueFunction · 0.85

Tested by

no test coverage detected