C# Class PipBoy.GameStateManager

Show file Open project: weberph/Fallout4-PipBoy Class Usage Examples

Public Methods

Method Description
GameStateManager ( DataElement>.Dictionary initialPacket ) : System
GetName ( uint id ) : string
Update ( DataElement>.Dictionary data ) : void

Private Methods

Method Description
CreateGameObject ( uint index, DataElement element ) : GameObject
Inspect ( GameObject gameObject, string name, GameObjectEx parent ) : void
RemoveObject ( GameObject gameObject ) : void
RemoveOrphanedListItems ( GameObject oldList, GameObject newList ) : void

Method Details

GameStateManager() public method

public GameStateManager ( DataElement>.Dictionary initialPacket ) : System
initialPacket DataElement>.Dictionary
return System

GetName() public method

public GetName ( uint id ) : string
id uint
return string

Update() public method

public Update ( DataElement>.Dictionary data ) : void
data DataElement>.Dictionary
return void