Anvil
Anvil.API.Events.AreaEvents.OnEnter Class Reference

Called when a new NwGameObject has entered the NwArea. More...

+ Inheritance diagram for Anvil.API.Events.AreaEvents.OnEnter:
+ Collaboration diagram for Anvil.API.Events.AreaEvents.OnEnter:

Properties

NwArea Area = NWScript.OBJECT_SELF.ToNwObject<NwArea>()! [get]
 Gets the NwArea that was entered. More...
 
NwGameObject EnteringObject = NWScript.GetEnteringObject().ToNwObject<NwGameObject>()! [get]
 Gets the NwGameObject that entered the NwArea. More...
 
- Properties inherited from Anvil.API.Events.IEvent
NwObjectContext [get]
 

Detailed Description

Called when a new NwGameObject has entered the NwArea.

Property Documentation

◆ Area

NwArea Anvil.API.Events.AreaEvents.OnEnter.Area = NWScript.OBJECT_SELF.ToNwObject<NwArea>()!
get

Gets the NwArea that was entered.

◆ EnteringObject

NwGameObject Anvil.API.Events.AreaEvents.OnEnter.EnteringObject = NWScript.GetEnteringObject().ToNwObject<NwGameObject>()!
get

Gets the NwGameObject that entered the NwArea.


The documentation for this class was generated from the following file: