Skip to content

Massage Actor entry point functions #145

@Kenix3

Description

@Kenix3

Structs to rename

  • GameState -> Game
  • GlobalContext -> GamePlay

Variable names for Game will be game where possible.
Variable names for GamePlay will be play where possible.

Actor this variables will be renamed to self. These are the derived class actor structs.
Actor thisx variables will be called super or maybe actor. These are the based class actor structs.

Actor constructor/destructor/update/draw methods will be changed to accept the Game base state rather than the GamePlay/GlobalContext derived class.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions