Difference between revisions of "Talk:IsEquipped - Actor"
Jump to navigation
Jump to search
no edit summary
imported>VampireMonkey |
imported>Dwj1pOvxv |
||
Line 9: | Line 9: | ||
having [[GetEquippedObject - Actor]] check the left hand, this worked without any issues. | having [[GetEquippedObject - Actor]] check the left hand, this worked without any issues. | ||
--[[User:VampireMonkey|VampireMonkey]] ([[User talk:VampireMonkey|talk]]) 2014-11-20T21:28:48 (EST) | --[[User:VampireMonkey|VampireMonkey]] ([[User talk:VampireMonkey|talk]]) 2014-11-20T21:28:48 (EST) | ||
That's because you are using the wrong function and bad form to boot. As mentioned already, GetEquippedWeapon is what you want. AND you want to call it twice. Once for left hand. Once for right hand. Calling one function twice beats forcing the compiler to load two functions on the stack every time. |