# Timer Kill

Grammar — TimerKill timerName
FlagsFunction

Constructs and returns a TimerKill message based on the parameters. This message will remove a timer currently ticking on an actor. It will not trigger its expiration effect.

# Arguments

  • string — Timer Name

Returns — string<actormsg>

string libNtve_gf_TimerKill(string lp_timerName);

Category: Actor / Message Constructors

# Examples

— None found —