#Interaction Tutorial Swap Over
13 messages · Page 1 of 1 (latest)
also, please use lamens terms, or just paste the code to fix it
im very bad at all of this
Seems the method names changed, this is what you're looking for:
https://docs.godotengine.org/en/stable/classes/class_inputmap.html#class-inputmap-method-get-actions
https://docs.godotengine.org/en/stable/classes/class_os.html#class-os-method-find-keycode-from-string
Inherits: Object A singleton that manages all InputEventAction s. Description: Manages all InputEventAction which can be created/modified from the project settings menu Project > Project Settings >...
Inherits: Object Provides access to common operating system functionalities. Description: This class wraps the most common functionalities for communicating with the host operating system, such as ...
could you explain which code in these docs is the same is the ones in the code above? please
get_actions() is the new get_action_list()
find_keycode_from_string() is the new get_scancode_string()
presumably
thank you
i cant rn but i will use that
so, it accepts the new code, but theres still problems
yeah