# Last Created Actor Scope

Grammar — Last created actor scope
FlagsFunction

Returns the last actor scope successfully created by the user via cheat, data or script.

Returns — actorscope

actorscope libNtve_gf_ActorScopeLastCreated();

Category: Actor / Create Actors

# Examples

# campaigns/liberty.sc2campaign

MapScript.galaxy

// L788
libNtve_gf_ActorScopeLastCreated()
// L788
libNtve_gf_ActorScopeLastCreated()

# mods/core.sc2mod

NativeLib.galaxy

// L267
libNtve_gf_ActorScopeLastCreated()
// L143
libNtve_gf_ActorScopeLastCreated()

# mods/novastoryassets.sc2mod

MapScript.galaxy

// L9378
libNtve_gf_ActorScopeLastCreated()
// L9378
libNtve_gf_ActorScopeLastCreated()