C# Class Nintenlord.GBA_Graphics_Editor.WriteInfo

Show file 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 property

public bool abortIfBigger
return bool

import public property

public bool import
return bool

offset public property

public int offset
return int

repoint public property

public bool repoint
return bool