Jump to content

Mod Tool/Scripting: Difference between revisions

no edit summary
mNo edit summary
No edit summary
Line 163: Line 163:
  logmessage selection(0).rotorder.value
  logmessage selection(0).rotorder.value


'''get all targets of an image clip'''
set imgClip = GetValue("Clips._marker_blackness_tga")
set imgClipTargets = imgClip.GetShaderParameterTargets
logmessage imgClipTargets.count
for each t in imgClipTargets
logmessage t
next




8,330

edits