Retrieves a vector of floats from an entity, given a named network property. This function is considered safer and more robust over GetEntDataVector, because it performs strict offset checking and typing rules.
native void GetEntPropVector(int entity, PropType type, const char[] prop, float vec[3], int element = 0)