◆ GetStandardFileDataBy() [1/2]
| static string Pathfinder.Executable.Handler.GetStandardFileDataBy |
( |
string |
id, |
|
|
bool |
requiresModId = false |
|
) |
| |
|
static |
- Returns
- The standard file data or
null if it doesn't exist.
- Parameters
-
| id | Executable Identifier. |
| requiresModId | If set to true id requires a prefixing mod identifier delimated by period. |
◆ GetStandardFileDataBy() [2/2]
| static string Pathfinder.Executable.Handler.GetStandardFileDataBy |
( |
IInterface |
inter | ) |
|
|
static |
- Returns
- The standard file data or
null if it doesn't exist.
- Parameters
-
◆ IsFileDataForModExe()
| static bool Pathfinder.Executable.Handler.IsFileDataForModExe |
( |
string |
fileData | ) |
|
|
static |
- Returns
true, if the file data is for a mod interface, false otherwise.
- Parameters
-
◆ RegisterExecutable()
| static string Pathfinder.Executable.Handler.RegisterExecutable |
( |
string |
id, |
|
|
IInterface |
inter |
|
) |
| |
|
static |
- Returns
- The full mod id if added to the game,
null otherwise.
- Parameters
-
| id | The Executable Identifier to try and add. |
| inter | The interface object. |
The documentation for this class was generated from the following file: