12-19-2014, 03:47 PM
Watch the two action related videos for more on variables. Any time you invoke an action command and need to get information back, it has to return that information in something, and variables are the only way to do it. Use local variables, so that they are just thrown away when the action ends.
It would be something like:
It would be something like:
Code:
TrigEvent::GetLockStatusInfo(LVar:State, LVar:Id, LVar:Code, LVar:Type)
If (System::Equals(%(LVar:State), locked)
// It was locked
Else
// It was unlocked
EndIf;
Dean Roddey
Explorans limites defectum
Explorans limites defectum