Functions Documentation
View Function Edit Function
Name itmGetFrequency
Syntax (itmGetFrequency item) -> frequency
Argument List 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
Example
(itmGetFrequency (itmCreate 0x4001 1))

Returns the number 20.
Comment Basic get function for items.