ianpatt / skse64

Skyrim SE Script Extender
https://skse.silverlock.org
Other
286 stars 40 forks source link

Implements node removal operations on tList types. #41

Open sky-void0 opened 7 months ago

sky-void0 commented 7 months ago

Rationale

tLists support a wide range of insertion operations, but there's no simple way to remove a single node. These patches enable the incomplete RemoveNth and add a counterpart to the Insert operation -Remove- for consistency and convenience.