Flag๐
Inherits: RigidBody3D
There is currently no description for this class. Please help us by contributing one !
Properties๐
|
||
|
||
|
||
|
||
|
||
|
Methoden๐
instantiate() static |
|
void |
_ready() |
void |
|
void |
_physics_process(delta: float) |
void |
_on_body_entered(body: Node) |
void |
_on_grabbed(by: Node) |
void |
_on_dropped(by: Node) |
Signals๐
There is currently no description for this signal. Please help us by contributing one!
There is currently no description for this signal. Please help us by contributing one!
Enumerations๐
enum FlagState: ๐
FlagState ON_STAND = 0
The flag is fresh and at its initial position
FlagState DROPPED = 1
The flag is dropped by a FlagHolder
FlagState TAKEN = 2
The flag is taken and being carried by a FlagHolder
Constants๐
scene = <Object> ๐
There is currently no description for this constant. Please help us by contributing one!
Eigenschaftsbeschreibungen๐
There is currently no description for this property. Please help us by contributing one!
There is currently no description for this property. Please help us by contributing one!
There is currently no description for this property. Please help us by contributing one!
There is currently no description for this property. Please help us by contributing one!
Waypoint3D waypoint = <unknown> ๐
There is currently no description for this property. Please help us by contributing one!
float dropped_max_duration = 30.0 ๐
There is currently no description for this property. Please help us by contributing one!
Timer respawn_timer = <unknown> ๐
This timer is responsible for returning the flag when it is dropped for more than dropped_max_duration.
Methodenbeschreibungen๐
Flag instantiate() static ๐
There is currently no description for this method. Please help us by contributing one!
void _ready() ๐
There is currently no description for this method. Please help us by contributing one!
void _process(_delta: float) ๐
There is currently no description for this method. Please help us by contributing one!
void _physics_process(delta: float) ๐
There is currently no description for this method. Please help us by contributing one!
void _on_body_entered(body: Node) ๐
There is currently no description for this method. Please help us by contributing one!
void _on_grabbed(by: Node) ๐
There is currently no description for this method. Please help us by contributing one!
void _on_dropped(by: Node) ๐
There is currently no description for this method. Please help us by contributing one!