|
742 | 742 | }, |
743 | 743 |
|
744 | 744 | // SimObjectProp |
745 | | - "SimObjectProp(): SimObjectProp": |
746 | | - { |
747 | | - "prefix": "SimObjectProp", |
748 | | - "body": "SimObjectProp(${SimObject})$0" |
749 | | - }, |
750 | 745 | "SimObjectProp.Create(): SimObjectProp": |
751 | 746 | { |
752 | 747 | "prefix": "SimObjectProp.Create", |
753 | 748 | "body": "SimObjectProp.Create(${model}, Vector3(${x}, ${y}, ${z}), Vector3(${rx}, ${ry}, ${rz}))$0" |
754 | 749 | }, |
| 750 | + "SimObjectProp.Get(): SimObjectProp": |
| 751 | + { |
| 752 | + "prefix": "SimObjectProp.Get", |
| 753 | + "body": "SimObjectProp.Get(${SimObject})$0" |
| 754 | + }, |
755 | 755 | "SimObjectProp.IsAttached(): boolean": |
756 | 756 | { |
757 | 757 | "prefix": [ "SimObjectProp.IsAttached", "IsAttached" ], |
|
769 | 769 | }, |
770 | 770 |
|
771 | 771 | // SimCharacter |
772 | | - "SimCharacter(): SimCharacter": |
773 | | - { |
774 | | - "prefix": "SimCharacter", |
775 | | - "body": "SimCharacter(${SimObject})$0" |
776 | | - }, |
777 | 772 | "SimCharacter.Create(): SimCharacter": |
778 | 773 | { |
779 | 774 | "prefix": "SimCharacter.Create", |
780 | 775 | "body": "SimCharacter.Create(${model}, Vector3(${x}, ${y}, ${z}), ${heading})$0" |
781 | 776 | }, |
| 777 | + "SimCharacter.Get(): SimCharacter": |
| 778 | + { |
| 779 | + "prefix": "SimCharacter.Get", |
| 780 | + "body": "SimCharacter.Get(${SimObject})$0" |
| 781 | + }, |
782 | 782 | "SimCharacter.GetLocalPlayer(): SimCharacter": |
783 | 783 | { |
784 | 784 | "prefix": "SimCharacter.GetLocalPlayer", |
|
931 | 931 | }, |
932 | 932 |
|
933 | 933 | // SimVehicle |
934 | | - "SimVehicle(): SimVehicle": |
935 | | - { |
936 | | - "prefix": "SimVehicle", |
937 | | - "body": "SimVehicle(${SimObject})$0" |
938 | | - }, |
939 | 934 | "SimVehicle.Create(): SimVehicle": |
940 | 935 | { |
941 | 936 | "prefix": "SimVehicle.Create", |
942 | 937 | "body": "SimVehicle.Create(${model}, Vector3(${x}, ${y}, ${z}), Vector3(${rx}, ${ry}, ${rz}))$0" |
943 | 938 | }, |
| 939 | + "SimVehicle.Get(): SimVehicle": |
| 940 | + { |
| 941 | + "prefix": "SimVehicle.Get", |
| 942 | + "body": "SimVehicle.Get(${SimObject})$0" |
| 943 | + }, |
944 | 944 | "SimVehicle.GetDriver(): SimCharacter": |
945 | 945 | { |
946 | 946 | "prefix": [ "SimVehicle.GetDriver", "GetDriver" ], |
|
998 | 998 | }, |
999 | 999 |
|
1000 | 1000 | // SimWeapon |
1001 | | - "SimWeapon(): SimWeapon": |
1002 | | - { |
1003 | | - "prefix": "SimWeapon", |
1004 | | - "body": "SimWeapon(${SimObject})$0" |
1005 | | - }, |
1006 | 1001 | "SimWeapon.Create(): SimWeapon": |
1007 | 1002 | { |
1008 | 1003 | "prefix": "SimWeapon.Create", |
|
1018 | 1013 | "prefix": "SimWeapon.CreateAndEquipStowed", |
1019 | 1014 | "body": "SimWeapon.CreateAndEquipStowed(${SimCharacter}, ${model})$0" |
1020 | 1015 | }, |
| 1016 | + "SimWeapon.Get(): SimWeapon": |
| 1017 | + { |
| 1018 | + "prefix": "SimWeapon.Get", |
| 1019 | + "body": "SimWeapon.Get(${SimObject})$0" |
| 1020 | + }, |
1021 | 1021 | "SimWeapon.GetEquipped(): SimWeapon": |
1022 | 1022 | { |
1023 | 1023 | "prefix": "SimWeapon.GetEquipped", |
|
0 commit comments