Flag๐Ÿ”—

Inherits: RigidBody3D

There is currently no description for this class. Please help us by contributing one !

Properties๐Ÿ”—

FlagState

state

0

Node

last_carrier

Area3D

area

<unknown>

Node3D

mesh

<unknown>

Waypoint3D

waypoint

<unknown>

float

dropped_max_duration

30.0

Timer

respawn_timer

<unknown>

Methoden๐Ÿ”—

Flag

instantiate() static

void

_ready()

void

_process(_delta: float)

void

_physics_process(delta: float)

void

_on_body_entered(body: Node)

void

_on_grabbed(by: Node)

void

_on_dropped(by: Node)


Signals๐Ÿ”—

grabbed(by: Node) ๐Ÿ”—

There is currently no description for this signal. Please help us by contributing one!


dropped(by: Node) ๐Ÿ”—

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๐Ÿ”—

FlagState state = 0 ๐Ÿ”—

There is currently no description for this property. Please help us by contributing one!


Node last_carrier ๐Ÿ”—

There is currently no description for this property. Please help us by contributing one!


Area3D area = <unknown> ๐Ÿ”—

There is currently no description for this property. Please help us by contributing one!


Node3D mesh = <unknown> ๐Ÿ”—

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!