C# Class WorldEditor.ProtoEditor.ProtoCritter

Inheritance: ISelectable
Exibir arquivo Open project: rotators/tools Class Usage Examples

Public Properties

Property Type Description
Params int[]

Public Methods

Method Description
ClearExtra ( ) : void
DeepCopy ( ) : ProtoCritter
Parse ( List lines, string _savefile ) : bool
ProtoCritter ( ) : System.Collections.Generic
ProtoCritter ( bool defaultfill ) : System.Collections.Generic
ToString ( ) : string

Method Details

ClearExtra() public method

public ClearExtra ( ) : void
return void

DeepCopy() public method

public DeepCopy ( ) : ProtoCritter
return ProtoCritter

Parse() public method

public Parse ( List lines, string _savefile ) : bool
lines List
_savefile string
return bool

ProtoCritter() public method

public ProtoCritter ( ) : System.Collections.Generic
return System.Collections.Generic

ProtoCritter() public method

public ProtoCritter ( bool defaultfill ) : System.Collections.Generic
defaultfill bool
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string

Property Details

Params public_oe property

public int[] Params
return int[]