Skip to content
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

Common method to get and print actor data [REQUEST] #25

Open
GRAnimated opened this issue Apr 20, 2023 · 0 comments
Open

Common method to get and print actor data [REQUEST] #25

GRAnimated opened this issue Apr 20, 2023 · 0 comments
Labels
Feature Request New feature or request

Comments

@GRAnimated
Copy link
Collaborator

The Info category can currently display the player's nerve and animation. For whatever reason, this information is not shown on a selected actor in the Actor Browser window.

It would be nice to have a common function that would do the ImGui text calls with the only input being an al::LiveActor, so the same information can be drawn in both places.

Ideally, I think that there should be a few functions to get the following separately:

  • Pose, to print as much info as it can on the position, rotation, scale, gravity, and velocity
  • Nerve, to print the known nerve info on the actor
  • Draw, to print whether the actor is alive/dead, clipped, in view, etc..
  • Init, to print known al::ActorInitInfo args (is this possible???)
@GRAnimated GRAnimated added the Feature Request New feature or request label Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant