Scene:GetArea

From Data Realms Wiki

(Difference between revisions)
Jump to: navigation, search
m (updating function page)
m (updating function page)
 
(One intermediate revision not shown)

Latest revision as of 00:47, 28 June 2012

Function
SyntaxGetArea( * The name of the Area to try to get. )
Description:
Gets a specific Area identified by a name. Ownership is NOT transferred!
ReturnsA pointer to the Area asked for. 0 if no Area of that name was found.




Example
DescriptionPlaceholder!
Code
  1. for k,v in pairs(PagesWithoutExamples) do
  2.     v.MakeExample(NoErrors);
  3. end
OutputPlaceholder!
Personal tools