UFO: Alien Invasion
Loading...
Searching...
No Matches
e_event_actorendshot.cpp File Reference
Include dependency graph for e_event_actorendshot.cpp:

Go to the source code of this file.

Functions

int CL_ActorEndShootTime (const eventRegister_t *self, dbuffer *msg, eventTiming_t *eventTiming)
 Decides if following events should be delayed.
void CL_ActorEndShoot (const eventRegister_t *self, dbuffer *msg)
 Ends shooting with actor.

Function Documentation

◆ CL_ActorEndShoot()

void CL_ActorEndShoot ( const eventRegister_t * self,
dbuffer * msg )

Ends shooting with actor.

Parameters
[in]selfPointer to the event structure that is currently executed
[in]msgThe netchannel message
See also
CL_ActorStartShoot
EV_ACTOR_END_SHOOT

Definition at line 52 of file e_event_actorendshot.cpp.

References eventRegister_t::formatString, LE_Get(), LE_SetThink(), LET_StartIdle(), and NET_ReadFormat().

◆ CL_ActorEndShootTime()

int CL_ActorEndShootTime ( const eventRegister_t * self,
dbuffer * msg,
eventTiming_t * eventTiming )

Decides if following events should be delayed.

Definition at line 32 of file e_event_actorendshot.cpp.

References cl, eventTiming_t::impactTime, eventTiming_t::nextTime, eventTiming_t::parsedDeath, and eventTiming_t::parsedShot.