Scene:GetArea
From Data Realms Wiki
(Difference between revisions)
m (Removed stub tag.) |
Beautifybot (Talk | contribs) m (updating function page) |
||
Line 1: | Line 1: | ||
{{LuaFunction | {{LuaFunction | ||
- | |function_name | + | |function_name =GetArea |
- | |arguments | + | |arguments =* The name of the Area to try to get. |
- | |returns | + | |returns =A pointer to the Area asked for. 0 if no Area of that name was found. |
- | |description | + | |description = |
- | + | Gets a specific Area identified by a name. Ownership is NOT transferred! | |
+ | }} |
Revision as of 00:13, 28 June 2012
Function | |
---|---|
Syntax | GetArea( * The name of the Area to try to get. ) |
Description: | |
Gets a specific Area identified by a name. Ownership is NOT transferred! | |
Returns | A pointer to the Area asked for. 0 if no Area of that name was found. |
Example | |
---|---|
Description | Placeholder! |
Code |
|
Output | Placeholder! |