C# Class AGS.Types.Room

Inheritance: AGS.Types.UnloadedRoom, IChangeNotification, ILoadedRoom
Show file Open project: adventuregamestudio/ags Class Usage Examples

Public Properties

Property Type Description
_roomStructPtr System.IntPtr

Private Properties

Property Type Description
Room System

Public Methods

Method Description
IChangeNotification ( ) : void
Room ( int roomNumber ) : System

Private Methods

Method Description
Room ( ) : System

Method Details

IChangeNotification() public method

public IChangeNotification ( ) : void
return void

Room() public method

public Room ( int roomNumber ) : System
roomNumber int
return System

Property Details

_roomStructPtr public property

public IntPtr,System _roomStructPtr
return System.IntPtr