Closed Pospelove closed 1 month ago
[!IMPORTANT] Enhance magic system by adding aim angle and heading support for spell casting, updating data structures and functions accordingly. Behavior: Added aimAngle and aimHeading to SpellCastMsgData in spellCastMessage.ts. Updated castSpellImmediate() in remoteServer.ts to include aimAngle and aimHeading. Enhanced SpellCastEvent in Definitions.txt and skyrimPlatform.ts to include aimAngle and aimHeading. Functions: Modified getSpellCastEventData() in magicSyncService.ts to handle aimAngle and aimHeading. Updated CastSpellImmediate() in MagicApi.cpp to use aimAngle and aimHeading. Misc: Added Point3 interface in Definitions.txt and skyrimPlatform.ts. Updated AnimVariableMasterGraphIndexes.cpp to include new float variables for aiming. This description was created by for 3ff7d753795a77d31945f3258ad8fa5a245aa6a0. It will automatically update as commits are pushed.
[!IMPORTANT] Enhance magic system by adding aim angle and heading support for spell casting, updating data structures and functions accordingly.
aimAngle
aimHeading
SpellCastMsgData
spellCastMessage.ts
castSpellImmediate()
remoteServer.ts
SpellCastEvent
Definitions.txt
skyrimPlatform.ts
getSpellCastEventData()
magicSyncService.ts
CastSpellImmediate()
MagicApi.cpp
Point3
AnimVariableMasterGraphIndexes.cpp
This description was created by for 3ff7d753795a77d31945f3258ad8fa5a245aa6a0. It will automatically update as commits are pushed.