Skip to content

[FR] 9. OOP LIBRARY

Nicolas BOITEUX edited this page Dec 1, 2017 · 1 revision

Vous pouvez déjà utiliser des objets disponible pour en construire de nouveau ou compléter votre propre librairie. Ces objets sont distribués sous licence GPL V3.

Cipher Object: Cipher / Uncipher string with RS4 like algo.

Path Finding: A ready to use path finding object implementing GreedyBestFirst, Dijkstra Algorithm, A* Algorithm

Digital Tree:A ready to use digital tree with classic interface

Hashmap: simple & efficient hashmap with classic interface

priority queue: Manage elements according priority

Bus message: Permits to create (sync & async) channel between client & servers

Persistent Data World: a ready use object to save objects in arma

Grid: Permits to create a geographic grid at custom scale

Circular List Create a circular list to switch from an element to an other

Marker: A simple object which encapsulate arma marker with functions

Camera: A ready to use implementation of Picture in picture in Arma

Inventory: Permits to manage inventory of units with ready to use functions

ExtDb2: Simple driver for extdb2

Clone this wiki locally