Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
MissionWorkshopItem.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12sealed class MissionWorkshopItem: Managed
13{
14 private void MissionWorkshopItem();
15 void ~MissionWorkshopItem();
16
18 proto external ResourceName Id();
20 proto external Class GetHeader();
22 proto external string GetOwnerId();
24 proto external WorkshopItem GetOwner();
26 proto external BackendImage Thumbnail();
28 proto external string Author();
30 proto external void Play();
32 proto external void Host(DSConfig config);
34 proto external int GetTimeSinceLastPlay();
36 proto external bool IsFavorite();
38 proto external string Name();
40 proto external string Description();
42 proto external void SetFavorite(bool isFavorite);
44 proto external int GetPlayerCount();
45}
46
void DSConfig()
Definition DSConfig.c:83
int GetPlayerCount()
Super root of all classes in Enforce script.
Definition Types.c:35
Workshop Item instance.
IEntity GetOwner()
Owner entity of the fuel tank.
bool Play()
Start playing the animation. Call 'Prepare' first if you need to change the setup of a component!
proto external RplId Id()