HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Whats TriggerUnit's variable name?

06-28-2004, 05:24 PM#1
fugly
You know how GetLastCreatedUnit() refers to bj_lastCreatedUnit any idea what GetTriggerUnit() would be referring to?
06-28-2004, 10:18 PM#2
Vexorian
GetTriggerUnit() is not a variable, it is a native event response, that means that 2 triggers can have different values of triggering unit at the same time
06-29-2004, 02:38 AM#3
fugly
so GetTriggerUnit is multistanceable? and the only way to set a trigger unit is to have a unit set off the trigger?
06-29-2004, 09:28 AM#4
PitzerMike
Quote:
Originally Posted by fugly
so GetTriggerUnit is multistanceable? and the only way to set a trigger unit is to have a unit set off the trigger?

Yes, that's true.