Skip to main content

msys.counter.unlink

Last updated March 2020

Name

msys.counter.unlink — Unlink a counter

Synopsis

msys.counter.unlink(counter_path);

counter_path: string

Description

This removes the counter from the global counter index. The handle will remain in the Lua counter cache for 5 minutes by default.

For a code example see “msys.counter.read example”.

Enable this function with the statement require('msys.counter');.

You can also use the counter console command to display and manipulate counters.

See Also

Was this page helpful?