@plugify-plugins/s2sdk-types 2.4.1 → 2.4.2
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/index.d.ts +14 -14
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -10325,7 +10325,7 @@ declare module ":plugify-plugin-s2sdk" {
|
|
|
10325
10325
|
* @param value The integer value to set.
|
|
10326
10326
|
* @param size Number of bytes to write (valid values are 1, 2, 4 or 8).
|
|
10327
10327
|
* @param changeState If true, change will be sent over the network.
|
|
10328
|
-
* @param chainOffset The offset of the chain entity in the class (-
|
|
10328
|
+
* @param chainOffset The offset of the chain entity in the class (-2 for non-entity classes).
|
|
10329
10329
|
*/
|
|
10330
10330
|
export function SetEntData2(entity: number, offset: number, value: number, size: number, changeState: boolean, chainOffset: number): void;
|
|
10331
10331
|
|
|
@@ -10350,7 +10350,7 @@ declare module ":plugify-plugin-s2sdk" {
|
|
|
10350
10350
|
* @param value The float value to set.
|
|
10351
10351
|
* @param size Number of bytes to write (valid values are 1, 2, 4 or 8).
|
|
10352
10352
|
* @param changeState If true, change will be sent over the network.
|
|
10353
|
-
* @param chainOffset The offset of the chain entity in the class (-
|
|
10353
|
+
* @param chainOffset The offset of the chain entity in the class (-2 for non-entity classes).
|
|
10354
10354
|
*/
|
|
10355
10355
|
export function SetEntDataFloat2(entity: number, offset: number, value: number, size: number, changeState: boolean, chainOffset: number): void;
|
|
10356
10356
|
|
|
@@ -10373,7 +10373,7 @@ declare module ":plugify-plugin-s2sdk" {
|
|
|
10373
10373
|
* @param offset The offset of the schema to use.
|
|
10374
10374
|
* @param value The color value to set.
|
|
10375
10375
|
* @param changeState If true, change will be sent over the network.
|
|
10376
|
-
* @param chainOffset The offset of the chain entity in the class (-
|
|
10376
|
+
* @param chainOffset The offset of the chain entity in the class (-2 for non-entity classes).
|
|
10377
10377
|
*/
|
|
10378
10378
|
export function SetEntDataColor2(entity: number, offset: number, value: vec4, changeState: boolean, chainOffset: number): void;
|
|
10379
10379
|
|
|
@@ -10396,7 +10396,7 @@ declare module ":plugify-plugin-s2sdk" {
|
|
|
10396
10396
|
* @param offset The offset of the schema to use.
|
|
10397
10397
|
* @param value The string value to set.
|
|
10398
10398
|
* @param changeState If true, change will be sent over the network.
|
|
10399
|
-
* @param chainOffset The offset of the chain entity in the class (-
|
|
10399
|
+
* @param chainOffset The offset of the chain entity in the class (-2 for non-entity classes).
|
|
10400
10400
|
*/
|
|
10401
10401
|
export function SetEntDataString2(entity: number, offset: number, value: string, changeState: boolean, chainOffset: number): void;
|
|
10402
10402
|
|
|
@@ -10419,7 +10419,7 @@ declare module ":plugify-plugin-s2sdk" {
|
|
|
10419
10419
|
* @param offset The offset of the schema to use.
|
|
10420
10420
|
* @param value The vector value to set.
|
|
10421
10421
|
* @param changeState If true, change will be sent over the network.
|
|
10422
|
-
* @param chainOffset The offset of the chain entity in the class (-
|
|
10422
|
+
* @param chainOffset The offset of the chain entity in the class (-2 for non-entity classes).
|
|
10423
10423
|
*/
|
|
10424
10424
|
export function SetEntDataVector2(entity: number, offset: number, value: vec3, changeState: boolean, chainOffset: number): void;
|
|
10425
10425
|
|
|
@@ -10442,7 +10442,7 @@ declare module ":plugify-plugin-s2sdk" {
|
|
|
10442
10442
|
* @param offset The offset of the schema to use.
|
|
10443
10443
|
* @param value The entity handle to set.
|
|
10444
10444
|
* @param changeState If true, change will be sent over the network.
|
|
10445
|
-
* @param chainOffset The offset of the chain entity in the class (-
|
|
10445
|
+
* @param chainOffset The offset of the chain entity in the class (-2 for non-entity classes).
|
|
10446
10446
|
*/
|
|
10447
10447
|
export function SetEntDataEnt2(entity: number, offset: number, value: number, changeState: boolean, chainOffset: number): void;
|
|
10448
10448
|
|
|
@@ -10453,7 +10453,7 @@ declare module ":plugify-plugin-s2sdk" {
|
|
|
10453
10453
|
*
|
|
10454
10454
|
* @param entity Pointer to the instance of the class where the value is to be set.
|
|
10455
10455
|
* @param offset The offset of the schema to use.
|
|
10456
|
-
* @param chainOffset The offset of the chain entity in the class (-
|
|
10456
|
+
* @param chainOffset The offset of the chain entity in the class (-2 for non-entity classes).
|
|
10457
10457
|
*/
|
|
10458
10458
|
export function ChangeEntityState2(entity: number, offset: number, chainOffset: number): void;
|
|
10459
10459
|
|
|
@@ -10478,7 +10478,7 @@ declare module ":plugify-plugin-s2sdk" {
|
|
|
10478
10478
|
* @param value The integer value to set.
|
|
10479
10479
|
* @param size Number of bytes to write (valid values are 1, 2, 4 or 8).
|
|
10480
10480
|
* @param changeState If true, change will be sent over the network.
|
|
10481
|
-
* @param chainOffset The offset of the chain entity in the class (-
|
|
10481
|
+
* @param chainOffset The offset of the chain entity in the class (-2 for non-entity classes).
|
|
10482
10482
|
*/
|
|
10483
10483
|
export function SetEntData(entityHandle: number, offset: number, value: number, size: number, changeState: boolean, chainOffset: number): void;
|
|
10484
10484
|
|
|
@@ -10503,7 +10503,7 @@ declare module ":plugify-plugin-s2sdk" {
|
|
|
10503
10503
|
* @param value The float value to set.
|
|
10504
10504
|
* @param size Number of bytes to write (valid values are 1, 2, 4 or 8).
|
|
10505
10505
|
* @param changeState If true, change will be sent over the network.
|
|
10506
|
-
* @param chainOffset The offset of the chain entity in the class (-
|
|
10506
|
+
* @param chainOffset The offset of the chain entity in the class (-2 for non-entity classes).
|
|
10507
10507
|
*/
|
|
10508
10508
|
export function SetEntDataFloat(entityHandle: number, offset: number, value: number, size: number, changeState: boolean, chainOffset: number): void;
|
|
10509
10509
|
|
|
@@ -10526,7 +10526,7 @@ declare module ":plugify-plugin-s2sdk" {
|
|
|
10526
10526
|
* @param offset The offset of the schema to use.
|
|
10527
10527
|
* @param value The color value to set.
|
|
10528
10528
|
* @param changeState If true, change will be sent over the network.
|
|
10529
|
-
* @param chainOffset The offset of the chain entity in the class (-
|
|
10529
|
+
* @param chainOffset The offset of the chain entity in the class (-2 for non-entity classes).
|
|
10530
10530
|
*/
|
|
10531
10531
|
export function SetEntDataColor(entityHandle: number, offset: number, value: vec4, changeState: boolean, chainOffset: number): void;
|
|
10532
10532
|
|
|
@@ -10549,7 +10549,7 @@ declare module ":plugify-plugin-s2sdk" {
|
|
|
10549
10549
|
* @param offset The offset of the schema to use.
|
|
10550
10550
|
* @param value The string value to set.
|
|
10551
10551
|
* @param changeState If true, change will be sent over the network.
|
|
10552
|
-
* @param chainOffset The offset of the chain entity in the class (-
|
|
10552
|
+
* @param chainOffset The offset of the chain entity in the class (-2 for non-entity classes).
|
|
10553
10553
|
*/
|
|
10554
10554
|
export function SetEntDataString(entityHandle: number, offset: number, value: string, changeState: boolean, chainOffset: number): void;
|
|
10555
10555
|
|
|
@@ -10572,7 +10572,7 @@ declare module ":plugify-plugin-s2sdk" {
|
|
|
10572
10572
|
* @param offset The offset of the schema to use.
|
|
10573
10573
|
* @param value The vector value to set.
|
|
10574
10574
|
* @param changeState If true, change will be sent over the network.
|
|
10575
|
-
* @param chainOffset The offset of the chain entity in the class (-
|
|
10575
|
+
* @param chainOffset The offset of the chain entity in the class (-2 for non-entity classes).
|
|
10576
10576
|
*/
|
|
10577
10577
|
export function SetEntDataVector(entityHandle: number, offset: number, value: vec3, changeState: boolean, chainOffset: number): void;
|
|
10578
10578
|
|
|
@@ -10595,7 +10595,7 @@ declare module ":plugify-plugin-s2sdk" {
|
|
|
10595
10595
|
* @param offset The offset of the schema to use.
|
|
10596
10596
|
* @param value The entity handle to set.
|
|
10597
10597
|
* @param changeState If true, change will be sent over the network.
|
|
10598
|
-
* @param chainOffset The offset of the chain entity in the class (-
|
|
10598
|
+
* @param chainOffset The offset of the chain entity in the class (-2 for non-entity classes).
|
|
10599
10599
|
*/
|
|
10600
10600
|
export function SetEntDataEnt(entityHandle: number, offset: number, value: number, changeState: boolean, chainOffset: number): void;
|
|
10601
10601
|
|
|
@@ -10606,7 +10606,7 @@ declare module ":plugify-plugin-s2sdk" {
|
|
|
10606
10606
|
*
|
|
10607
10607
|
* @param entityHandle The handle of the entity from which the value is to be retrieved.
|
|
10608
10608
|
* @param offset The offset of the schema to use.
|
|
10609
|
-
* @param chainOffset The offset of the chain entity in the class (-
|
|
10609
|
+
* @param chainOffset The offset of the chain entity in the class (-2 for non-entity classes).
|
|
10610
10610
|
*/
|
|
10611
10611
|
export function ChangeEntityState(entityHandle: number, offset: number, chainOffset: number): void;
|
|
10612
10612
|
|