Evento
Solo bleeding edge
Actor.EnterWater
Triggered when an Actor enters a water body. Only Actors that simulate physics trigger this event, such as <code>Prop</code>, <code>Vehicle</code>, <code>Pickables</code> and <code>Character</code> only.
Non ancora tradotto
Sintassi
Actor.Subscribe("EnterWater", function(self)
-- il tuo codice
end)
Argomenti
| Nome | Tipo | Predefinito | Descrizione |
|---|---|---|---|
self
|
Actor | — | — |