May 14, 20187 yr I'm learning C#, small steps but It's okay. I just noticed some profile when there are codes like "GoToPositionAndTalkWithNpc" or similar, there are the XYZ coordinates, but in some profile they are in format X, X, X, in other profiles they are written like Xf, Xf, Xf,. What the f stands for? I tried both version and apparently didn't notice any difference for my purpose to move the character in a certain position. Thanks for any clarification!
May 14, 20187 yr Hello, in C# when you use float type you need to end by "f" (when use have decimal number), but not when you use double type (but result is the same)
Create an account or sign in to comment