| 05-22-2004, 04:03 PM | #1 |
I am trying to get a trigger to find out the point of the current camera. Fortunately, I cannot do this for any player, because there is no Player specific field, or any API's that allow player specific params. Could I use If GetLocalPlayer() == GetOwningPlayer(GetSpellAbilityUnit) do make it check a specific player's current camera? |
| 05-22-2004, 08:41 PM | #2 |
Yes, that should work quite well for you. Just be careful to not do something illogical with the return that might cause de-sync. ~Cubasis |
