MCPcopy Create free account
hub / github.com/ZDoom/gzdoom / DEFINE_ACTION_FUNCTION

Function DEFINE_ACTION_FUNCTION

src/scripting/vmthunks.cpp:1253–1257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1251 }
1252
1253 DEFINE_ACTION_FUNCTION(_Line, getPortalFlags)
1254 {
1255 PARAM_SELF_STRUCT_PROLOGUE(line_t);
1256 ACTION_RETURN_INT(self->getPortalFlags());
1257 }
1258
1259 DEFINE_ACTION_FUNCTION_NATIVE(_Line, getPortalAlignment, getPortalAlignment)
1260 {

Callers

nothing calls this directly

Calls 15

FSetTextureIDClass · 0.85
InitSkyMapFunction · 0.85
G_StartSlideshowFunction · 0.85
GetCVarFunction · 0.85
S_ChangeMusicFunction · 0.85
C_MidPrintFunction · 0.85
P_OpenMapDataFunction · 0.85
getPortalFlagsMethod · 0.80
getPortalTypeMethod · 0.80
getPortalDisplacementMethod · 0.80
DegreesMethod · 0.80
getPortalAngleDiffMethod · 0.80

Tested by

no test coverage detected