Discuss this page on this pages TalkPage
See itmGetFrequency at Xelerus
Syntax | (itmGetFrequency item) → frequency |
---|---|
Arguments | item: The itemStruct of the item you want to get the frequency of. |
Returns | An integer representing the frequency. |
Category | item |
Description | Returns the frequency of the item as an integer. For more on frequencies, see: http://wiki.neurohack.com/transcendence/wiki/functionlegend#frequency |
(itmGetFrequency (itmCreate 0x4001 1))
Returns the number 20. Return to Functions list