|
Arma Reforger Script API
|
Public Member Functions | |
| override void | GetSelected (out array< ResourceName > selection) |
Public Member Functions inherited from SCR_PrefabEditingPlugin | |
| override void | Run () |
| override void | Configure () |
Additional Inherited Members | |
Protected Member Functions inherited from SCR_PrefabEditingPlugin | |
| 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 () |
Protected Member Functions inherited from SCR_PrefabEditingPluginBase | |
| 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) |
Protected Attributes inherited from SCR_PrefabEditingPlugin | |
| ResourceName | m_Config |
| override void SCR_PrefabEditingPluginResourceManager.GetSelected | ( | out array< ResourceName > | selection | ) |
Implements SCR_PrefabEditingPluginBase.