11.03.2018, 10:31
Hello guys, I am new scripter and I want to know what types of data does pawn use ?
The pawn language does not provide a “set” data type or operators that work on sets. However, sets with up to 32 elements can be simulated by bit operations. It takes just one bit to store a “present/absent” status and a 32-bit cell can, therefore, maintain the status for 32 set elements —provided that each element is assigned a unique bit position. |