Arma Reforger Script API
|
Public Member Functions | |
override void | GetSelected (out array< ResourceName > selection) |
![]() | |
override void | Run () |
override void | Configure () |
Additional Inherited Members | |
![]() | |
string | GetFileName (ResourceName prefab) |
IEntitySource | CreateEntity (WorldEditorAPI api, ResourceName prefab, vector position, vector rotation) |
bool | CreateWorldFiles (ResourceName worldPrefab, string targetPath) |
void | SetCamera (WorldEditorAPI api, IEntity entity) |
void | GetEntitySourceBounds (WorldEditorAPI api, IEntitySource source, out vector boundsMin, out vector boundsMax) |
PrefabEditingPluginConfig | GetConfig (ResourceName configPath) |
bool | ButtonClose () |
![]() | |
WBProgressDialog | StartProgressWorldEditor () |
WBProgressDialog | StartProgressResourceBrowser () |
WBProgressDialog | StartProgress () |
void | GetSelectedWorldEditor (out array< ResourceName > selection) |
void | GetSelectedResourceBrowser (out array< ResourceName > selection) |
bool | GetPrefabs (out notnull array< ResourceName > compatiblePrefabs, bool includeComponentPrefabs=false) |
![]() | |
ResourceName | m_Config |
override void SCR_PrefabEditingPluginResourceManager.GetSelected | ( | out array< ResourceName > | selection | ) |
Implements SCR_PrefabEditingPluginBase.