Adding constant JSON_APPEND
This commit is contained in:
parent
961ddfa78f
commit
cb03ca2168
2 changed files with 3 additions and 1 deletions
|
@ -6,11 +6,12 @@
|
||||||
<body style="background-color: white; font-family: Verdana, sans-serif;font-size: 13px;line-height: 1.3">
|
<body style="background-color: white; font-family: Verdana, sans-serif;font-size: 13px;line-height: 1.3">
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<h3><span class="date">2013-07-00</span> - Release 2.54.0</h3>
|
<h3><span class="date">2013-07-15</span> - Release 2.54.0</h3>
|
||||||
<div>
|
<div>
|
||||||
* Constants Added:
|
* Constants Added:
|
||||||
<ul>
|
<ul>
|
||||||
<li>AVOID_NONE</li>
|
<li>AVOID_NONE</li>
|
||||||
|
<li>JSON_APPEND</li>
|
||||||
<li>OBJECT_CHARACTER_TIME</li>
|
<li>OBJECT_CHARACTER_TIME</li>
|
||||||
<li>PU_FAILURE_DYNAMIC_PATHFINDING_DISABLED</li>
|
<li>PU_FAILURE_DYNAMIC_PATHFINDING_DISABLED</li>
|
||||||
<li>PU_FAILURE_PARCEL_UNREACHABLE</li>
|
<li>PU_FAILURE_PARCEL_UNREACHABLE</li>
|
||||||
|
|
|
@ -420,6 +420,7 @@ namespace LSLEditor
|
||||||
public const int INVENTORY_ANIMATION = 20;
|
public const int INVENTORY_ANIMATION = 20;
|
||||||
public const int INVENTORY_GESTURE = 21;
|
public const int INVENTORY_GESTURE = 21;
|
||||||
|
|
||||||
|
public const int JSON_APPEND = -1;
|
||||||
public static readonly string JSON_ARRAY = "\uFDD2";
|
public static readonly string JSON_ARRAY = "\uFDD2";
|
||||||
public static readonly string JSON_FALSE = "\uFDD7";
|
public static readonly string JSON_FALSE = "\uFDD7";
|
||||||
public static readonly string JSON_INVALID = "\uFDD0";
|
public static readonly string JSON_INVALID = "\uFDD0";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue