Home
last modified time | relevance | path

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

/dports/games/zdoom/zdoom-2.8.1/src/thingdef/
H A Dthingdef_exp.h815 class FxStateByIndex : public FxExpression
821 FxStateByIndex(int i, const FScriptPosition &pos) : FxExpression(pos) in FxStateByIndex() function
H A Dthingdef_states.cpp394 x = new FxStateByIndex(bag.statedef.GetStateCount() + v, sc); in ParseStates()
H A Dthingdef_expression.cpp2756 FxExpression *FxStateByIndex::Resolve(FCompileContext &ctx) in Resolve()