SC_GameMessage

Usage

void SC_GameMessage( string &MessageText)


Summary

Displays a message across the centre of the screen playing the standard "beep beep" sound.


More Information

The message text is also sent to the console.


Example

// example 1
SC_GameMessage("Hello World!");

// example 2
int x;
x = 100;
SC_GameMessage( "x = " + x);


Last Revised: 10 May 2008

Full Functions List


Copyright 2008 to 2009 by James Bunting
www.jbplay.com/games/rod3d/

This page was automatically generated by James' Script Docs Generator