|
Barotrauma Client Doc
|
Public Member Functions | |
| LuaCsSteam () | |
| async void | DownloadWorkshopItem (ulong id, string destination, LuaCsAction callback) |
| void | DownloadWorkshopItem (Steamworks.Ugc.Item item, string destination, LuaCsAction callback) |
| async void | GetWorkshopItem (UInt64 id, LuaCsAction callback) |
| void | Update () |
Definition at line 14 of file LuaCsSteam.cs.
| Barotrauma.LuaCsSteam.LuaCsSteam | ( | ) |
Definition at line 26 of file LuaCsSteam.cs.
| void Barotrauma.LuaCsSteam.DownloadWorkshopItem | ( | Steamworks.Ugc.Item | item, |
| string | destination, | ||
| LuaCsAction | callback | ||
| ) |
Definition at line 112 of file LuaCsSteam.cs.
| async void Barotrauma.LuaCsSteam.DownloadWorkshopItem | ( | ulong | id, |
| string | destination, | ||
| LuaCsAction | callback | ||
| ) |
Definition at line 93 of file LuaCsSteam.cs.
| async void Barotrauma.LuaCsSteam.GetWorkshopItem | ( | UInt64 | id, |
| LuaCsAction | callback | ||
| ) |
Definition at line 122 of file LuaCsSteam.cs.
| void Barotrauma.LuaCsSteam.Update | ( | ) |
Definition at line 128 of file LuaCsSteam.cs.