🚬
NovoScript
  • NovoScript - Tutorial
  • API
    • Module
    • Events
    • Objects
      • World
      • Client
      • Packets
      • Player
      • Entity
    • Utilities
      • Web Utility
      • File Utility
      • Render Utility
      • Game Utility
      • Timer Utility
      • Angle Untility
      • Entity Utility
    • Enums
    • Global Variables
  • Examples
    • Self Damage
    • Multi Aura
    • OldNCP Bhop
Powered by GitBook
On this page

Was this helpful?

  1. API
  2. Utilities

Angle Untility

Method

Parameters

Type

Description

getAngles

Entity

float[]

Returns yaw and pitch angles to an entity

getYawToPoint

double;double

float

Returns the yaw angle to a point

Example

var yaw = angle_util.getAngles(entity)[0];
var pitch = angle_util.getAngles(entity)[1];

PreviousTimer UtilityNextEntity Utility

Last updated 3 years ago

Was this helpful?