Scene:GetArea
From Data Realms Wiki
(Difference between revisions)
Beautifybot (Talk | contribs) m (updating function page) |
m (Reverted edits by Beautifybot (talk) to last revision by Petethegoat) |
||
Line 1: | Line 1: | ||
{{LuaFunction | {{LuaFunction | ||
- | |function_name | + | |function_name = GetArea |
- | |arguments | + | |arguments = ([[string]]) Name of area to get |
- | |returns | + | |returns = [[Area]] |
- | |description | + | |description = Returns the object that represents specified area defined in scene.ini. |
- | + | |}} | |
- | + |
Revision as of 00:23, 28 June 2012
Function | |
---|---|
Syntax | GetArea( (string) Name of area to get ) |
Description: | |
Returns the object that represents specified area defined in scene.ini. | |
Returns | Area |
Example | |
---|---|
Description | Placeholder! |
Code |
|
Output | Placeholder! |