giveOrder( order, odf, position )
instance function
Give a command to the GameObject, using an ODF name and a position as the parameters.
Arguments
| Name | Type | Description |
|---|---|---|
| command | GameObject.Order | The command to give to the GameObject |
| odf | String | The ODF to use in the context of the command |
| position | Vector | The position to use in the context of the command |
