Scheduled system upgrade on Sunday 21 April 2024 15:00-16:00 UTC - On that day, the wiki and other services might go down for 5-15 minutes.

AIDef:Action/KillSelectActor: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
imported>Leoetlino
(import AI definitions from 1.5.0)
 
No edit summary
 
Line 3: Line 3:
|type=Action
|type=Action
}}
}}
Deletes all actors with the specified actor name and unique name. Does a system delete; no drops or effects will be emitted.


== DynamicInstParams ==
== DynamicInstParams ==

Latest revision as of 15:36, 18 May 2020

KillSelectActor
AI definition
Type Action

Deletes all actors with the specified actor name and unique name. Does a system delete; no drops or effects will be emitted.

DynamicInstParams

Name Type Default value Description
ActorName String
UniqueName String


Derived definitions

Demo_KillSelectActor (EventSystemActor)

No overridden parameters.