Home
last modified time | relevance | path

Searched refs:h_actorvar (Results 1 – 1 of 1) sorted by relevance

/dports/games/NBlood/NBlood-a1689a4/source/duke3d/src/
H A Dgamedef.cpp804 static inthashtable_t h_actorvar = { NULL, INTHASH_SIZE(ARRAY_SIZE(actorvartable)) }; variable
810 &h_actorvar,
2457 opcode = inthash_find(&h_actorvar, *ins & VM_INSTMASK); in scriptUpdateOpcodeForVariableType()
6358 inthash_add(&h_actorvar, actorvar.x, actorvar.y, 0); in scriptInitTables()