Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
BaseDoorComponent.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
12
class
BaseDoorComponent
:
GameComponent
13
{
15
proto external
vector
GetDoorPivotPointWS();
17
proto external
float
GetNormalizedDoorState();
19
proto external
bool
CanCharacterPass(
float
characterWidth);
21
proto external
bool
IsOpen
();
23
proto external
bool
IsOpening();
25
proto external
bool
IsClosing();
27
proto external
void
SetControlValue(
float
controlValue,
RplId
instigator);
29
proto external
float
GetControlValue();
31
proto external
float
GetDoorState();
33
proto external
vector
GetDoorNormal();
35
proto external
float
UseDoorAction(
IEntity
user);
40
proto external
void
InitDoor(
float
controlValue);
41
}
42
IsOpen
proto native bool IsOpen()
BaseDoorComponent
Definition
BaseDoorComponent.c:13
GameComponent
Definition
GameComponent.c:13
IEntity
Definition
IEntity.c:13
RplId
Replication item identifier.
Definition
RplId.c:14
vector
Definition
vector.c:13
scripts
Game
generated
Components
BaseDoorComponent.c
Generated by
1.17.0