C# Class Nintenlord.GBA_Graphics_Editor.WriteInfo

Datei anzeigen Open project: Diegoisawesome/AwesomeMapEditor-old Class Usage Examples

Public Properties

Property Type Description
abortIfBigger bool
import bool
offset int
repoint bool

Public Methods

Method Description
WriteInfo ( int offset, bool import, bool abortIfBigger, bool repoint ) : System

Method Details

WriteInfo() public method

public WriteInfo ( int offset, bool import, bool abortIfBigger, bool repoint ) : System
offset int
import bool
abortIfBigger bool
repoint bool
return System

Property Details

abortIfBigger public_oe property

public bool abortIfBigger
return bool

import public_oe property

public bool import
return bool

offset public_oe property

public int offset
return int

repoint public_oe property

public bool repoint
return bool