Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
class | SCR_InitWeatherComponentClass |
Functions | |
SCR_InitWeatherComponentClass SCR_BaseGameModeComponentClass | Attribute (defvalue:"", desc:"Weather IDs are the same as used in the TimeAndWeatherManager. This sets the weather as soon as the game has been started. This weather will loop and never change automatically. If this is empty then the automated weather system will run instead") |
Sets initial weather state when server is first loaded. This state will loop and never change automatically. More... | |
override void | EOnInit (IEntity owner) |
override void | OnPostInit (IEntity owner) |
Editable Mine. More... | |
SCR_InitWeatherComponentClass SCR_BaseGameModeComponentClass Attribute | ( | defvalue:"" | , |
desc:"Weather IDs are the same as used in the TimeAndWeatherManager. This sets the weather as soon as the game has been started. This weather will loop and never change automatically. If this is empty then the automated weather system will run instead" | |||
) |
Sets initial weather state when server is first loaded. This state will loop and never change automatically.
Definition at line 8 of file SCR_InitWeatherComponent.c.