Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
InteractionBlockSystem.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
12
class
InteractionBlockSystem
:
GameSystem
13
{
14
proto external
bool
CanCreateInteractionBlocks(
IEntity
ent,
IEntity
otherEnt);
16
proto external
bool
Create(
IEntity
ent,
IEntity
otherEnt);
18
proto external
bool
CreateSimpleBlock(
IEntity
ent,
IEntity
otherEnt);
20
proto external
bool
DoesExist(
IEntity
ent,
IEntity
otherEnt);
22
proto external
bool
Remove(
IEntity
ent);
24
proto external
bool
RemoveInteractionBlocks(
IEntity
ent,
IEntity
otherEnt);
26
proto external
bool
RemoveSimpleBlock(
IEntity
ent,
IEntity
otherEnt);
27
}
28
GameSystem
Definition
GameSystem.c:16
IEntity
Definition
IEntity.c:13
InteractionBlockSystem
Definition
InteractionBlockSystem.c:13
scripts
Game
generated
System
InteractionBlockSystem.c
Generated by
1.17.0