|
string | Id [get, set] |
| Gets the extension identifier. More...
|
|
abstract string | Name [get] |
| Gets the extension's name. More...
|
|
abstract string | Description [get] |
| Gets the extension's description. More...
|
|
abstract string | LogoPath [get] |
| Gets the extension's logo path. (if it does not exist or is null, chooses the default logo) More...
|
|
abstract bool | AllowSaves [get] |
| Gets a value indicating whether this T:Pathfinder.Extension.Info allows saves. More...
|
|
◆ OnConstruct()
abstract void Pathfinder.Extension.Info.OnConstruct |
( |
Hacknet.OS |
os | ) |
|
|
pure virtual |
◆ OnLoad()
virtual void Pathfinder.Extension.Info.OnLoad |
( |
Hacknet.OS |
os, |
|
|
Stream |
loadingStream |
|
) |
| |
|
virtual |
- Parameters
-
os | The Os. |
loadingStream | The Loading stream. |
◆ OnUnload()
virtual void Pathfinder.Extension.Info.OnUnload |
( |
Hacknet.OS |
os | ) |
|
|
virtual |
◆ IsActive
true
if is active; otherwise, false
.
◆ AllowSaves
abstract bool Pathfinder.Extension.Info.AllowSaves |
|
get |
true
if allows saves; otherwise, false
.
◆ Description
abstract string Pathfinder.Extension.Info.Description |
|
get |
◆ Id
string Pathfinder.Extension.Info.Id |
|
getset |
◆ LogoPath
abstract string Pathfinder.Extension.Info.LogoPath |
|
get |
◆ Name
abstract string Pathfinder.Extension.Info.Name |
|
get |
The documentation for this class was generated from the following file: