Added a clmobj flag that allows action function execution locally on the client for the mobj.
Added GPT_LOCAL_MOBJ_STATE, which sets a new state on a mobj and enables local action function execution. The client will then independently carry out the state sequence, calling the defined action functions.
Client: Local actions
Added a clmobj flag that allows action function execution locally
on the client for the mobj.
Added GPT_LOCAL_MOBJ_STATE, which sets a new state on
a mobj and enables local action function execution. The client
will then independently carry out the state sequence, calling the
defined action functions.