-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how can I flip the gravity of the player? #624
Comments
try hooking flipGravity and log p0 and p1 to see what they are |
I apologize just because I'm new to this but how do I use log for p0 and p1? |
|
|
Sorry for being inactive for a few days but all I could find in the log was this, Enabled PlayerObject::flipGravity hook at 0xd036e0 for capeling.gamemode_picker Enabled PlayerObject::flipGravity hook at 0xd036e0 for author.mod_name 16:48:03 INFO [Main] [gravity flipper]: flipGravity(true, true) I haven't been able to figure out how I could use this |
Your Question
Im just trying to learn some things but I cant seem to do anything when it comes to interacting with the player.
Ive already tried TodoReturn flipGravity(bool p0, bool p1); but I dont know how it really works. im just asking for a little guidance
The text was updated successfully, but these errors were encountered: