game.getPluginName
Retuns the name of a referenced plugin in the game editor module.
Prototype
sPluginName = game.getPluginName ( hGame, nIndex )
Description
Retuns the name of a referenced plugin in the game editor module at index number nIndex.
Parameters
hGame - valid Game handle
nIndex - index number 1..nCount
Return values
sPluginName - plugin name string
Sample
for i = 1, nPluginCount do local hFile = project.getFile ( project.kFileTypePlugin, game.getPluginName ( hGame, i ) ) -- etc.
Available since ShiVa 2.0