mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merged commits
This commit is contained in:
parent
eeb08c3f05
commit
4bd866b97d
@ -3,10 +3,10 @@
|
||||
/*
|
||||
* Author: ACE-Team, Lambda.Tiger
|
||||
* This function will dump every ammo config that would generate ace_frag
|
||||
* fragements that could be fired from a weapon
|
||||
* fragments that could be fired from a weapon
|
||||
*
|
||||
* Arguments:
|
||||
* 0: Log ammo types that wouldn't normall frag <BOOL>
|
||||
* 0: Log ammo types that wouldn't normally frag
|
||||
* 1: Only export ammo classes of classes referenced in cfgAmmo
|
||||
* and their submunitions. <BOOL>
|
||||
* 2: Force a CSV format on debug print <BOOL>
|
||||
|
@ -24,7 +24,7 @@ params [
|
||||
TRACE_3("devDraw",_object,_color,_isProj);
|
||||
|
||||
// pick color and add it to the array
|
||||
private _colorArray = switch (toLower _color) do {
|
||||
private _colorArray = switch (toLowerANSI _color) do {
|
||||
case "purple": {[0.8, 0, 0.8, 1]};
|
||||
case "blue": {[0, 0, 0.8, 1]};
|
||||
case "green": {[0, 0.8, 0, 1]};
|
||||
|
Loading…
Reference in New Issue
Block a user