Overvehicle
Represents a virtual vehicle.
This object will be passed by OV events. To get the info on a specific OV, use the Overvehicles 'enum'-ish class.
Properties
HP
The int
HP ('Health Points') describes the health of the Overvehicle. It's a number between 0
and MAX_HP
, which is equal to 100
.
To see if a OV is devirtualized, it is better to check the Status
WarriorRider
The LyokoWarrior that is riding the Overvehicle.
WarriorPassenger
The LyokoWarrior that is the OV's passenger.
Last updated
Was this helpful?