Method | Description | |
---|---|---|
ContainsRoom ( int roomNum ) : bool | ||
SpriteBankRoomGroup ( EStageID stage, int patternAddressStart, int roomNums ) : System.Collections.Generic | ||
SpriteBankRoomGroup ( EStageID stage, int patternAddressStart, int roomNums, int spriteBankRowsRestriction, byte patternTableAddressesRestriction ) : System.Collections.Generic |
public SpriteBankRoomGroup ( EStageID stage, int patternAddressStart, int roomNums ) : System.Collections.Generic | ||
stage | EStageID | |
patternAddressStart | int | |
roomNums | int | |
return | System.Collections.Generic |
public SpriteBankRoomGroup ( EStageID stage, int patternAddressStart, int roomNums, int spriteBankRowsRestriction, byte patternTableAddressesRestriction ) : System.Collections.Generic | ||
stage | EStageID | |
patternAddressStart | int | |
roomNums | int | |
spriteBankRowsRestriction | int | |
patternTableAddressesRestriction | byte | |
return | System.Collections.Generic |