Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
World.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
15sealed class World: BaseWorld
16{
33 proto external Decal CreateDecal(notnull IEntity entity, vector origin, vector project, float nearclip, float farclip, float angle, float size, float stretch, string materialName, float lifetime, int color, int atlasNum = 0);
49 proto external Decal CreateDecal2(notnull IEntity entity, vector matrix[4], float nearclip, float farclip, float size, float stretch, string materialName, float lifetime, int color, int atlasNum = 0);
59 proto external void OutlineEntity(notnull IEntity ent, notnull Color color, float occlOpacity = 1.0, float fillOpacity = 0.0, bool inclChildren = false);
68 proto external void OutlineEntityGroup(notnull array<IEntity> entities, notnull Color color, float occlOpacity = 1.0, float fillOpacity = 0.0);
70 proto external void ReloadSystems();
72 proto external WorldSystem FindSystem(typename interfaceType);
74 proto external WorldSystems GetSystems();
75}
76
int size
Definition Color.c:13
Definition Decal.c:13
Definition World.c:16