HolyLib Wiki

luagc.GetGCCount

 number luagc.GetGCCount( any targetObject )

Description

Returns the total count of GC objects.

Recently Added

This was recently added in version (0.8 - DEV).

Arguments

1any targetObject

If given a targetObject object, it will count up all GCobjects until it reached the targetObject after which it'll stop.
(the targetObject won't be included in the result!)

Returns

1number count