Skip to content

Fix debugger warnings for actors #25

@RailKill

Description

@RailKill

Mostly just unused variables/parameters and unused return values. Try not to use ignore-warning comments. For unused variables/params, either remove them or put underscore in front of the name. For unused return values, it depends; for error codes, we can print them out, for things like move_and_slide(), the velocity should be recorded (assigned to variable) - if there is no need to record its velocity, then there's a big question whether or not it even needs to be a KinematicBody.

Metadata

Metadata

Assignees

No one assigned

    Labels

    refactoringCode maintenance that has no effect on the end user

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions