Declaration
func CopyToMorph(player entity<Player>, target entity<LevelObject>, out var createdEntity entity<MorphObject>)
go
Parameters
Input
Name | Type | Description |
---|---|---|
Player | Player | Target Player |
Target | LevelObject | Scene entity used for the clone appearance |
Out
Name | Type | Description |
---|---|---|
Created Entity | MorphObject | Created clone entity |