Difference between revisions of "Talk:IsEquipped - Actor"
Jump to navigation
Jump to search
no edit summary
imported>Dwj1pOvxv |
imported>Dwj1pOvxv |
||
Line 10: | Line 10: | ||
--[[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) | ||
As mentioned already, [GetEquippedWeapon - Actor] 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 to the stack every time. | As mentioned already, [[GetEquippedWeapon - Actor]] 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 to the stack every time. |