G.AddWorldTip
From GMod Wiki
Revision as of 20:26, 21 December 2010 by Wizard of Ass (Talk | contribs)
| Function | |
| Syntax |
AddWorldTip( Var unused1, String text, Var unused2, Vector Pos, Entity ent ) Where is this used? |
| Description: | |
| Adds a hint to the queue. | |
| Returns: | nil |
| Part of Library: | Global Functions |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=G.AddWorldTip]G.AddWorldTip [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Additional Notes
When a valid entity is supplied, position will be ignored. The unused values are really unused means you can put in whatever you want.
Examples
| Description | N/A | ||
|---|---|---|---|
| Used on | |||
| Code |
| ||
| Output | N/A |