Vector3 GET_ENTITY_FORWARD_VECTOR(Entity entity);
| Property |
Value |
| Native Name |
GET_ENTITY_FORWARD_VECTOR |
| Hash |
0x0A794A5A57F8DF91 |
| Return Type |
Vector3 |
| Parameters |
entity (Entity) |
Description: ```
Gets the entity's forward vector.
### Parameters
- **`entity`** (`Entity`) — The entity to get the forward vector for.
Back to ENTITY