maybegreat48 / GTA-V-Script-Decompiler

A program that can decompile script resource (ysc) files for the PC version of Grand Theft Auto V and Red Dead Redemption 2
72 stars 21 forks source link

what FtoV means? #16

Closed JIMXGtamods closed 1 year ago

JIMXGtamods commented 1 year ago

I want know what is FtoV? Example: FtoV(SYSTEM::VMAG(Var4))

Lucas7yoshi commented 1 year ago

Float to vector which I think means it makes a vector from a float with XYZ = to the float

JIMXGtamods commented 1 year ago

Float to vector which I think means it makes a vector from a float with XYZ = to the float

Thank you!