diff --git a/API/METHODS_UTIL.md b/API/METHODS_UTIL.md index 51bcc699f..00c5989e2 100644 --- a/API/METHODS_UTIL.md +++ b/API/METHODS_UTIL.md @@ -1,12 +1,13 @@ # Utility Methods Utility methods created to help with various common scenarios -### util.BitsRequired(num) +### util.BitsRequired(num, signed) Returns how many bits are required to transmit the given number over the network.\ *Realm:* Client and Server\ *Added in:* 2.3.3\ *Parameters:* - *num* - The number being transmitted +- *signed* - Whether the number being transmitted is signed *(Added in 2.3.5)* ### util.BurnRagdoll(rag, burn_time, scorch) Burns a player ragdoll, shows scorch marks, and automatically destroys the ragdoll unless it's been extinguished by water.\ diff --git a/docs/api/methods_util.html b/docs/api/methods_util.html index 1886559d1..5f387224d 100644 --- a/docs/api/methods_util.html +++ b/docs/api/methods_util.html @@ -17,7 +17,7 @@
Utility methods created to help with various common scenarios
Returns how many bits are required to transmit the given number over the network.
Realm: Client and Server
@@ -26,6 +26,7 @@