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)

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: LuaPartLuaPart.

Exception | Condition |
---|---|
InvalidOperationException | Unable to call the method on part. |
