File tree 1 file changed +2
-2
lines changed
src/com/pblabs/engine/core
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ package com.pblabs.engine.core
105
105
* @param name The name of the entity or template to instantiate. This
106
106
* corresponds to the name attribute on the template or entity tag in the XML.
107
107
*
108
- * @param entityName optional name to instantiate if the xml is based on a template
108
+ * @param entityName optional name to instantiate the entity with if name refers to a template
109
109
*
110
110
* @return The created entity, or null if it wasn't found.
111
111
*/
@@ -152,7 +152,7 @@ package com.pblabs.engine.core
152
152
153
153
/**
154
154
* Given an XML literal, construct a valid entity from it.
155
- * @param entityName optional name to instantiate the entity with
155
+ * @param entityName optional name to instantiate the entity with if the xml is a template
156
156
*/
157
157
public function instantiateEntityFromXML (xml :XML , entityName :String = null ):IEntity
158
158
{
You can’t perform that action at this time.
0 commit comments