Util
Function |
Description |
Returns true if bits match |
|
Returns true if bits dont match |
|
Finds the first instance of the given char after or at the starting index |
|
Flattens given table so that any nested tables are merged |
|
Adjust a cyclical numeric value that is bounded by an lower and upper value |
|
Performs bitwise OR to combine flag values |
|
Determines if an indexed bit value is set |
|
Determines if an indexed bit value is not set |
|
Determines if a mask value matches |
|
Determines if a mask value does not match |
|
Returns true if the attackerID actor’s direction is sufficent to backstab the targetID actor |
|
Rounds the given number upwards to the nearest multiple |
|
Sets a specific bit in a value to 1 |
|
Sets all the bit values to 1 that match the bitwise mask |
|
Sets all the bit values to 1 that match the bitwise mask |
|
Returns a table of string sequences that where separated by a char |
|
Checks the first character of a string |
|
Converts a numeric value to a hex string |
|
Sets a specific bit in a value to 0 |
|
Sets all the bit values to 0 that match the bitwise mask |
|
Sets all the bit values to 0 that match the bitwise mask |
|
Returns true if a cyclical numeric value is within range of another numeric value |