Changes

Jump to navigation Jump to search
m
→‎Extensibility: Tweak code example (two "out string error" lines will produce a compiler error)
Line 1: Line 1: −
{{upcoming|1.6}}
  −
   
← [[Modding:Index|Index]]
 
← [[Modding:Index|Index]]
   Line 287: Line 285:  
{
 
{
 
     // get args
 
     // get args
     if (!ArgUtility.TryGet(args, 1, out string soundId, out string error, allowBlank: false))
+
     if (!ArgUtility.TryGet(args, 1, out string soundId, out error, allowBlank: false))
 
         return false;
 
         return false;
  
28

edits

Navigation menu