Wiki > TV3D65 Index > TVActor
Duplicate this actor to another actor object that will share same data (animations and mesh data).
| VB.NET | Duplicate(sNewActorName As String) As TVActor |
|---|---|
| C++ | cTVActor Duplicate(char* sNewActorName ) |
| NAME | OPTIONAL | DESCRIPTION |
|---|---|---|
| sNewActorName | Yes | sNewActorName description |
| TVActor | Description of what the return value means. |
|---|
| Example | Basic example. |
|---|