Skip to content

Commit

Permalink
KOTOR2: Add script parameter functions to table
Browse files Browse the repository at this point in the history
  • Loading branch information
Nostritius committed Oct 14, 2019
1 parent 0b53173 commit 15c8861
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/engines/kotor2/script/function_tables.h
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ const Functions::FunctionPointer Functions::kFunctionPointers[] = {
{ 765, "SetMusicVolume" , 0 },
{ 766, "CreateItemOnFloor" , 0 },
{ 767, "SetAvailableNPCId" , 0 },
{ 768, "GetScriptParameter" , 0 },
{ 768, "GetScriptParameter" , &Functions::getScriptParameter },
{ 769, "SetFadeUntilScript" , 0 },
{ 770, "EffectForceBody" , 0 },
{ 771, "GetItemComponent" , 0 },
Expand Down Expand Up @@ -950,7 +950,7 @@ const Functions::FunctionPointer Functions::kFunctionPointers[] = {
{ 828, "ModifyReflexSavingThrowBase" , 0 },
{ 829, "ModifyFortitudeSavingThrowBase" , 0 },
{ 830, "ModifyWillSavingThrowBase" , 0 },
{ 831, "GetScriptStringParameter" , 0 },
{ 831, "GetScriptStringParameter" , &Functions::getScriptStringParameter },
{ 832, "GetObjectPersonalSpace" , 0 },
{ 833, "AdjustCreatureAttributes" , 0 },
{ 834, "SetCreatureAILevel" , 0 },
Expand Down

0 comments on commit 15c8861

Please sign in to comment.