Abilities
Importing the class
If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at the top of the file.
Members
Getter
Gets the flying speed of the player.
Return Type:
float
Setter
Sets the flying speed of the player.
Parameters:
param0: float
Type: float
- The new flying speed of the player. flyingSpeed() as float
Gets the flying speed of the player.
Returns: The flying speed of the player.
Return Type:
float
flyingSpeed(param0 as float)
Sets the flying speed of the player.
Parameters:
param0: float
Type: float
- The new flying speed of the player. Getter
Gets the walking speed of the player.
Return Type:
float
Setter
Sets the walking speed of the player.
Parameters:
param0: float
Type: float
- The new walking speed of the player. walkingSpeed() as float
Gets the walking speed of the player.
Returns: The walking speed of the player.
Return Type:
float
walkingSpeed(param0 as float)
Sets the walking speed of the player.
Parameters:
param0: float
Type: float
- The new walking speed of the player.