Text 1
Content Id | game-script-library/54455854/e9465dbf |
---|---|
Name | Text |
Project site | http://www.tt-forums.net/viewtopic.php?f=65&t=57876 |
Version | 1 |
Upload date | 2011-12-20T22:48:08+00:00 |
MD5 (partial) | e9465dbf |
License | GPL v2 |
Download availability | Available ingame |
Compatibility |
|
Dependencies |
|
Authors | |
Description |
This library simplifies the usage of GSText. With this library you do not need to store the instance of GSText in order to set parameters. Using variable argument count it calls GSText.AddParam internally. -- Usage example: -- Squirrel code: GSSign.BuildSign(some_tile, Text(GSText.STR_GOAL, company_id, goal_value)); lang/english.txt: STR_GOAL :{COMPANY} should build {NUM} connections |