# Last Created Actor by Message

Grammar — Last created actor by message
FlagsFunction

Returns the last actor successfully created by the user via cheat, data or script. Includes actors created by the Create message, but only if it is sent via cheat or script. Does not include AutoCreates, request creates, or Create messages in response to actor events.

Returns — actor

actor libNtve_gf_ActorLastCreatedSend();

Category: Actor / Create Actors

# Examples

# mods/heroesmapmods/battlegroundmapmods/volskayasound.stormmod

LibVLSS.galaxy

// L122
libNtve_gf_ActorLastCreatedSend()
// L124
libNtve_gf_ActorLastCreatedSend()
// L128
libNtve_gf_ActorLastCreatedSend()
// L131
libNtve_gf_ActorLastCreatedSend()