GetGameplayCamRelativePitch
Docslocal retval = GetGameplayCamRelativePitch()Returns
floatReturns a floating-point number.
Examples
Official
local pitch = GetGameplayCamRelativePitch()
print("LocalPlayer pitch: " .. pitch)local retval = GetGameplayCamRelativePitch()floatReturns a floating-point number.
local pitch = GetGameplayCamRelativePitch()
print("LocalPlayer pitch: " .. pitch)No snippets yet. Be the first to contribute!