LuaPart.NewChild Method

PartProxy

LuaPartNewChild Method

Create a new child. Returns the part created

Namespace:  PartProxy
Assembly:  PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public LuaPart NewChild(
	string prtname
)
Public Function NewChild ( 
	prtname As String
) As LuaPart
public:
LuaPart^ NewChild(
	String^ prtname
)
member NewChild : 
        prtname : string -> LuaPart 

Parameters

prtname
Type: SystemString
The prtname.

Return Value

Type: LuaPart
LuaPart.
Exceptions
ExceptionCondition
InvalidOperationExceptionUnable to call the method on part.
See Also