Garbage Collector – Arma 2

From Bohemia Interactive Community
Revision as of 22:45, 11 June 2009 by DnA (talk | contribs)
Jump to navigation Jump to search


Note: this page is a work-in-progress! More info to follow as soon as possible.

Introduction

The Garbage Collector (GC) is a module that helps cleaning up dynamically created content. It is used by many other modules, since we cannot indefinately keep adding content while playing a mission. You may trash certain types of content and the module will remove it from the game in a hopefully smart way (for instance by removing a unit only when it is some distance away).