SetHelpText

From King Arthur's Gold Wiki
Revision as of 15:16, 28 August 2012 by Shadlington (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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 )