Enfusion Script API
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ResavePlugin Interface Reference
Inheritance diagram for ResavePlugin:
[legend]

Public Member Functions

void Find (ResourceName resName)
 
void Resave ()
 
override void Run ()
 
override void RunCommandline ()
 
bool OK ()
 
bool Cancel ()
 
- Public Member Functions inherited from WorkbenchPlugin
void Run ()
 
void RunCommandline ()
 
void Configure ()
 
void OnResourceContextMenu (notnull array< ResourceName > resources)
 
- Public Member Functions inherited from Managed
proto external ref Managed Clone ()
 Return shallow copy of object, or null if it is not allowed (not public constructor)
 

Public Attributes

string RootPath
 
ref array< stringExtensions
 
ref array< ResourceNamem_files = new array<ResourceName>
 

Member Function Documentation

◆ Cancel()

bool ResavePlugin.Cancel ( )

◆ Find()

void ResavePlugin.Find ( ResourceName  resName)

◆ OK()

bool ResavePlugin.OK ( )

◆ Resave()

void ResavePlugin.Resave ( )

◆ Run()

override void ResavePlugin.Run ( )

Implements WorkbenchPlugin.

◆ RunCommandline()

override void ResavePlugin.RunCommandline ( )

Implements WorkbenchPlugin.

Member Data Documentation

◆ Extensions

ref array<string> ResavePlugin.Extensions

◆ m_files

ref array<ResourceName> ResavePlugin.m_files = new array<ResourceName>

◆ RootPath

string ResavePlugin.RootPath

The documentation for this interface was generated from the following file: