|
SetInfo
Sets the information displayed in the about box.
bSuccess = myJAM.SetInfo( Game_Name, Game_Icon, Author, Release_Year, Details, No_Update_Window )
Return value
TRUE if the info was set successfully, otherwise FALSE.
Parameters
- Game_Name
The name of the game.
- Game_Icon
The icon to use for your game. This should be 32x32 but will be resized if different.
- Author
Your name :P
- Release_Year
The year you released the game. Used for the copyright note.
- Details
Extra details/credits to display in the big textarea in the about box.
- No_Update_Window
If TRUE, the window's title and icon will NOT be updated to the given values.
Comments
This information is not required if you do not plan to use the About box. When setting the information, you should always keep the order shown above to avoid confusion. If you are only setting the name, you must use SetInfo( "name", , , , , TRUE )
JAM © 2005 no one in partiular Project started by David Evans in 2005 | |