Difference between revisions of "GetFormFromFile - Game"
Jump to navigation
Jump to search
m
→Examples: Pulled unused asDLCName arg
imported>JustinOther m (→Examples: Missed crucial change when updating CheckForDLC function.) |
imported>JustinOther m (→Examples: Pulled unused asDLCName arg) |
||
Line 36: | Line 36: | ||
String[] Property sDLCArray Auto ; Element 0 is Dawnguard.ESM, etc. | String[] Property sDLCArray Auto ; Element 0 is Dawnguard.ESM, etc. | ||
Function CheckForDLC(Int aiIndex = 0 | Function CheckForDLC(Int aiIndex = 0) | ||
aiIndex = bDLCArray.Length | aiIndex = bDLCArray.Length | ||
While aiIndex > 0 | While aiIndex > 0 |