@bgforge/mls-server 3.0.1 → 3.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -5
- package/out/completion.fallout-ssl.json +2 -2
- package/out/completion.weidu-tp2.json +66 -66
- package/out/hover.fallout-ssl.json +2 -2
- package/out/hover.weidu-tp2.json +66 -66
- package/out/server.js +476 -473
- package/out/td-plugin.js +1 -1
- package/out/tree-sitter-ssl.wasm +0 -0
- package/out/tree-sitter-weidu_d.wasm +0 -0
- package/out/tree-sitter-weidu_tp2.wasm +0 -0
- package/package.json +5 -3
|
@@ -392,7 +392,7 @@
|
|
|
392
392
|
"critter_inven_obj": {
|
|
393
393
|
"contents": {
|
|
394
394
|
"kind": "markdown",
|
|
395
|
-
"value": "```fallout-ssl-tooltip\nObjectPtr critter_inven_obj(ObjectPtr who, int where)\n```\
|
|
395
|
+
"value": "```fallout-ssl-tooltip\nObjectPtr critter_inven_obj(ObjectPtr who, int where)\n```\nReturns a pointer to an object that is in a given spot (NULL if none).\nThe appropriate values for where are: `INVEN_TYPE_WORN`, `INVEN_TYPE_RIGHT_HAND`, and `INVEN_TYPE_LEFT_HAND`.\n\n**Deprecated:** Use `critter_inven_obj2` instead"
|
|
396
396
|
}
|
|
397
397
|
},
|
|
398
398
|
"critter_is_fleeing": {
|
|
@@ -572,7 +572,7 @@
|
|
|
572
572
|
"floor": {
|
|
573
573
|
"contents": {
|
|
574
574
|
"kind": "markdown",
|
|
575
|
-
"value": "```fallout-ssl-tooltip\nint floor(int/float value)\n```\
|
|
575
|
+
"value": "```fallout-ssl-tooltip\nint floor(int/float value)\n```\nWorks properly for positive values, but for negative ones functions like `ceil` (rounds up instead of down).\n\n**Deprecated:** Use `floor2` instead"
|
|
576
576
|
}
|
|
577
577
|
},
|
|
578
578
|
"gSay_End": {
|