◆ ConvertToValidXmlAttributeName()
static string Pathfinder.Util.Utility.ConvertToValidXmlAttributeName |
( |
string |
input | ) |
|
|
static |
- Returns
- A valid xml attribute name.
- Parameters
-
◆ GenerateRandomIP()
static string Pathfinder.Util.Utility.GenerateRandomIP |
( |
Random |
rand = null | ) |
|
|
static |
◆ GenerateRandomIPSection()
static int Pathfinder.Util.Utility.GenerateRandomIPSection |
( |
Random |
rand = null | ) |
|
|
static |
◆ GetCleanId() [1/2]
static string Pathfinder.Util.Utility.GetCleanId |
( |
this string |
id | ) |
|
|
static |
◆ GetCleanId() [2/2]
static string Pathfinder.Util.Utility.GetCleanId |
( |
this IMod |
mod | ) |
|
|
static |
◆ GetCurrentComputer()
static Computer Pathfinder.Util.Utility.GetCurrentComputer |
( |
OS |
os = null | ) |
|
|
static |
- Returns
- The currently active Computer.
- Parameters
-
os | The OS to get the current Computer, or equal to ClientOS if null . |
◆ GetFirstAttribute< T >() [1/2]
static T Pathfinder.Util.Utility.GetFirstAttribute< T > |
( |
this MethodInfo |
info, |
|
|
bool |
inherit = false |
|
) |
| |
|
static |
◆ GetFirstAttribute< T >() [2/2]
static T Pathfinder.Util.Utility.GetFirstAttribute< T > |
( |
this Type |
type, |
|
|
bool |
inherit = false |
|
) |
| |
|
static |
◆ GetId()
static string Pathfinder.Util.Utility.GetId |
( |
string |
inputId, |
|
|
bool |
ignorePeriod = false , |
|
|
bool |
ignoreValidXml = false , |
|
|
bool |
throwFindingPeriod = false |
|
) |
| |
|
static |
- Returns
- The resulting identifier.
- Parameters
-
inputId | Input identifier. |
ignorePeriod | If set to true ignore period. |
ignoreValidXml | If set to true ignore valid xml. |
◆ HaltThread()
static void Pathfinder.Util.Utility.HaltThread |
( |
int |
ms, |
|
|
bool |
ignoreDebugGoFast = false |
|
) |
| |
|
static |
◆ ActiveModId
The active mod identifier or Pathfinder if there is no active mod.
◆ ClientComputer
Computer Pathfinder.Util.Utility.ClientComputer => ClientOS.thisComputer |
|
static |
- Returns
- The client's Current Computer.
◆ ClientNetworkMap
- Returns
- The client's current Network Map.
◆ ClientOS
OS Pathfinder.Util.Utility.ClientOS => OS.currentInstance |
|
static |
- Returns
- The client's current OS.
◆ CurrentComputer
◆ HaltOffset
int Pathfinder.Util.Utility.HaltOffset = 0 |
|
static |
The documentation for this class was generated from the following file: