Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
BaseSlotComponent.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
12
class
BaseSlotComponent
:
GameComponent
13
{
15
proto external
EntitySlotInfo
GetSlotInfo();
17
proto external
IEntity
GetAttachedEntity();
18
19
// callbacks
20
22
event
void
OnAttachedEntity(
IEntity
ent);
24
event
void
OnDetachedEntity(
IEntity
ent);
25
}
26
BaseSlotComponent
Definition
BaseSlotComponent.c:13
EntitySlotInfo
Adds ability to attach an object to a slot.
Definition
EntitySlotInfo.c:9
GameComponent
Definition
GameComponent.c:13
IEntity
Definition
IEntity.c:13
scripts
Game
generated
Buildings
BaseSlotComponent.c
Generated by
1.17.0