Skip to content

Replace getTickCount with os.clock #408

@qaisjp

Description

@qaisjp

Is your feature request related to a problem? Please describe.
Can be related to mantis 5115.

Describe the solution you'd like

Pending merge of #316, redirect getTickCount to os.clock.

Try one of these:

  • Doing an assignment using the Lua API when we create functions
  • Change Luadef for getTickCount to just call os.clock (don't do this, just unclean)
  • Edit autoload Lua script to say getTickCount = os.clock (maybe don't do this, C is preferred)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions