Skip to content
Jigwright
HullForge docs

Describe Rpcs

Every network function on a class, with its direction, whether it is reliable, whether a server call has a _Validate behind it, and roughly how many bytes its parameters cost. The two that matter are reliable multicasts, which disconnect clients when the reliable buffer overflows, and server calls with no validation, which is where a client's bytes become the server's truth unchecked.

hf_describe_rpcsRead only

Arguments

NameTypeDescription
classreqstringA Blueprint path, a generated class path, or a native class name.
inheritedboolean
= true
Include functions declared by parent classes.

Nearby in Networking and replication: