Blockland Forums > Modification Help
Get a List of All Installed Items or Vehicles
TheRealMint:
Is there any way that I can get a space- or tab-delimited list of all installed items or vehicles?
TheRealMint:
Upon further inspection, I have found that I can iterate through DataBlockGroup to find all weapons and vehicles. Does anyone know of a more efficient way?
Lugnut:
client or server sided?
Treynolds416:
--- Quote from: Lugnut1206 on April 03, 2012, 02:10:49 PM ---client or server sided?
--- End quote ---
My guess is finding both client and server mods serverside
TheRealMint:
--- Quote from: Lugnut1206 on April 03, 2012, 02:10:49 PM ---client or server sided?
--- End quote ---
Server-sided. Using DataBlockGroup works fine, but I wouldn't be suppressed if there were a more efficient way.