C# Class ME3Explorer.UnrealHelper.UPropertyReader

Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Méthodes publiques

Свойство Type Description
Definitions List

Méthodes publiques

Méthode Description
AddClass ( string name ) : void
AddProp ( string nameclass, System.Property p ) : void
ExportDefinitions ( ) : TreeNode
ExportDefinitionsXML ( string path ) : void
FindObjectProperty ( string s, List p ) : int
FindProperty ( string s, List p ) : int
ImportDefinitions ( TreeNode Root ) : void
ImportDefinitionsXML ( string path ) : void
PropToInt ( byte buff ) : int
PropToIntVector3 ( byte buff ) : System.Vector3
PropToVector3 ( byte buff ) : System.Vector3
UPropertyReader ( ) : System
getFloat16 ( int pos ) : float
readProperties ( byte buff, string cls, string names ) : List
readProperties ( byte buff, string cls, string names, int start ) : List

Private Methods

Méthode Description
Guess ( int off, bool auto = false ) : void
clr0 ( string input ) : string

Method Details

AddClass() public méthode

public AddClass ( string name ) : void
name string
Résultat void

AddProp() public méthode

public AddProp ( string nameclass, System.Property p ) : void
nameclass string
p System.Property
Résultat void

ExportDefinitions() public méthode

public ExportDefinitions ( ) : TreeNode
Résultat System.Windows.Forms.TreeNode

ExportDefinitionsXML() public méthode

public ExportDefinitionsXML ( string path ) : void
path string
Résultat void

FindObjectProperty() public méthode

public FindObjectProperty ( string s, List p ) : int
s string
p List
Résultat int

FindProperty() public méthode

public FindProperty ( string s, List p ) : int
s string
p List
Résultat int

ImportDefinitions() public méthode

public ImportDefinitions ( TreeNode Root ) : void
Root System.Windows.Forms.TreeNode
Résultat void

ImportDefinitionsXML() public méthode

public ImportDefinitionsXML ( string path ) : void
path string
Résultat void

PropToInt() public méthode

public PropToInt ( byte buff ) : int
buff byte
Résultat int

PropToIntVector3() public méthode

public PropToIntVector3 ( byte buff ) : System.Vector3
buff byte
Résultat System.Vector3

PropToVector3() public méthode

public PropToVector3 ( byte buff ) : System.Vector3
buff byte
Résultat System.Vector3

UPropertyReader() public méthode

public UPropertyReader ( ) : System
Résultat System

getFloat16() public méthode

public getFloat16 ( int pos ) : float
pos int
Résultat float

readProperties() public méthode

public readProperties ( byte buff, string cls, string names ) : List
buff byte
cls string
names string
Résultat List

readProperties() public méthode

public readProperties ( byte buff, string cls, string names, int start ) : List
buff byte
cls string
names string
start int
Résultat List

Property Details

Definitions public_oe property

public List Definitions
Résultat List