# SetEntitySize

TIP

  • setEntitySize(<entity_ID>, <size>)
  • Sets the size of an entity.

# Parameters

  • <entity_ID> The entity ID as int
  • <size> The size to set to the entity as int or float (Between 0 and 15)

# Example

1: $id$ = spawnEntity("Cow", $world$, $x$, $y$, $z$)
2: setEntitySize($id$, 14.3)