Scene:GetArea

From Data Realms Wiki

Revision as of 00:13, 28 June 2012 by Beautifybot (Talk | contribs)
Jump to: navigation, search
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