Difference between revisions of "getText"
Jump to navigation
Jump to search
m |
|||
Line 2: | Line 2: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | | | + | | arma |= Game name |
− | | | + | | 2.35|= Game version |
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | | |= Description | + | | Extract text from config entry. |= Description |
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | | '''getText config''' |= Syntax | + | | '''getText''' config''' |= Syntax |
− | + | |p1 = config: [[Config]] | |
− | | | + | | [[String]] |= Return value |
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | + | |x1 = <code> _array <nowiki>=</nowiki> '''getText''' (configFile >> "CfgVehicles" >> "Thing" >> "icon") </code> | |
| |= See also | | |= See also | ||
Revision as of 16:23, 4 August 2006
Click on the images for descriptions
Introduced in
- Game:
- Armed Assault
- Version:
- 2.35
Description
- Description:
- Extract text from config entry.
Syntax
Examples
- Example 1:
_array = getText (configFile >> "CfgVehicles" >> "Thing" >> "icon")
Additional Information
- Multiplayer:
- -
- See also:
- See also needed
Notes
Only post proven facts here. Report bugs on the feedback tracker. Use the talk page or the forums for discussions.
Add New Note | How To
Add New Note | How To