Announcement

Collapse
No announcement yet.

GetInputAxisValue returning 0.0?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    GetInputAxisValue returning 0.0?

    It appears that GetInputAxisValue always returns 0.0, and none of the axes seem to report an input. https://dev.playonset.com/wiki/GetInputAxisValue
    Code used to test (client):
    Code:
    GetInputAxisValue("MoveForward")
    GetInputAxisValue("Turn")
    Is this a bug or am I misunderstanding something?

    #2
    Hey, did you actually press any key (forward key for MoveForward)?
    0.0 means there is not input on the axis key.

    Comment

    Working...
    X