Declaration
func TeleportCCT(target entity<CharacterController>, position Vector3)
go
Parameters
Input
Name | Type | Description |
---|---|---|
Target | PhysicalCCT | Target Character Controller |
Position | Vector3 | Specify location |
Move the character controller to the specified position. If it acts on the player,the player must turn on the physical CCT for it to take effect.
func TeleportCCT(target entity<CharacterController>, position Vector3)
go
Name | Type | Description |
---|---|---|
Target | PhysicalCCT | Target Character Controller |
Position | Vector3 | Specify location |