Anvil
Anvil.API.Events.TriggerEvents.OnClicked Class Reference
+ Inheritance diagram for Anvil.API.Events.TriggerEvents.OnClicked:
+ Collaboration diagram for Anvil.API.Events.TriggerEvents.OnClicked:

Properties

NwCreature ClickedBy = NWScript.GetClickingObject().ToNwObject<NwCreature>()! [get]
 Gets the NwCreature that clicked this NwTrigger. More...
 
NwTrigger Trigger = NWScript.OBJECT_SELF.ToNwObject<NwTrigger>()! [get]
 Gets the NwTrigger that was clicked. More...
 
- Properties inherited from Anvil.API.Events.IEvent
NwObjectContext [get]
 

Property Documentation

◆ ClickedBy

NwCreature Anvil.API.Events.TriggerEvents.OnClicked.ClickedBy = NWScript.GetClickingObject().ToNwObject<NwCreature>()!
get

Gets the NwCreature that clicked this NwTrigger.

◆ Trigger

NwTrigger Anvil.API.Events.TriggerEvents.OnClicked.Trigger = NWScript.OBJECT_SELF.ToNwObject<NwTrigger>()!
get

Gets the NwTrigger that was clicked.


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