Difference between revisions of "SetHelpText"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> Sets the help text to the given string (I think its the text that shows above your head - like 'press E to buy bomb' or whatever) </onlyinclude> This is client onl...")
(No difference)

Revision as of 15:16, 28 August 2012

Sets the help text to the given string (I think its the text that shows above your head - like 'press E to buy bomb' or whatever)


This is client only - it should be wrapped in "if ( getNet().isClient() )" or be in a client-only script.

void setHelpText(string text)