This repository was archived by the owner on Dec 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed
Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 581581 "prefix" : [ " SimCharacter.ClearTarget" , " ClearTarget" ],
582582 "body" : " ClearTarget(${TargetType})$0"
583583 },
584+ "SimCharacter.PlayActionNode(): boolean" :
585+ {
586+ "prefix" : [ " SimCharacter.PlayActionNode" , " PlayActionNode" ],
587+ "body" : " PlayActionNode(${id})$0"
588+ },
589+ "SimCharacter.PlayActionNodeByName(): boolean" :
590+ {
591+ "prefix" : [ " SimCharacter.PlayActionNodeByName" , " PlayActionNodeByName" ],
592+ "body" : " PlayActionNodeByName(${name})$0"
593+ },
594+ "SimCharacter.StopActionNode()" :
595+ {
596+ "prefix" : [ " SimCharacter.StopActionNode" , " StopActionNode" ],
597+ "body" : " StopActionNode()$0"
598+ },
584599 "SimCharacter.SetAIObjective()" :
585600 {
586601 "prefix" : [ " SimCharacter.SetAIObjective" , " SetAIObjective" ],
697712 },
698713 "SimWeapon.CreateAndEquip(): SimWeapon" :
699714 {
700- "prefix" : " SimWeapon.Create " ,
701- "body" : " SimWeapon.Create (${SimCharacter}, ${model})$0"
715+ "prefix" : " SimWeapon.CreateAndEquip " ,
716+ "body" : " SimWeapon.CreateAndEquip (${SimCharacter}, ${model})$0"
702717 },
703718 "SimWeapon.CreateAndEquipStowed(): SimWeapon" :
704719 {
You can’t perform that action at this time.
0 commit comments