Skip to content

Commit

Permalink
2 new condition functions added by JIP NVSE plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugues92 authored and Sharlikran committed Oct 18, 2017
1 parent 52e8c8c commit c5766ba
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions wbDefinitionsFNV.pas
Original file line number Diff line number Diff line change
Expand Up @@ -2221,7 +2221,7 @@ TCTDAFunction = record
end;

const
wbCTDAFunctions : array[0..312] of TCTDAFunction = (
wbCTDAFunctions : array[0..314] of TCTDAFunction = (
(Index: 1; Name: 'GetDistance'; ParamType1: ptObjectReference),
(Index: 5; Name: 'GetLocked'),
(Index: 6; Name: 'GetPos'; ParamType1: ptAxis),
Expand Down Expand Up @@ -2544,8 +2544,10 @@ TCTDAFunction = record
(Index: 6070; Name: 'GetHasContact'; ParamType1: ptAnyForm; ),
(Index: 6072; Name: 'GetHasContactBase'; ParamType1: ptAnyForm; ),
(Index: 6073; Name: 'GetHasContactType'; ParamType1: ptInteger; ),
(Index: 6124; Name: 'IsSpellTargetAlt'; ParamType1: ptMagicItem; )
);
(Index: 6124; Name: 'IsSpellTargetAlt'; ParamType1: ptMagicItem; ),
(Index: 6167; Name: 'IsIdlePlayingEx'; ParamType1: ptAnyForm; ),
(Index: 6186; Name: 'IsInCharGen'; )
);

var
wbCTDAFunctionEditInfo: string;
Expand Down

0 comments on commit c5766ba

Please sign in to comment.