Community ProtoFlux Library/AmasterAmaster/Utilities/Ref Hacking/Ref Offset Calc

From Resonite Wiki
Revision as of 03:03, 24 August 2024 by AmasterAmaster (talk | contribs) (Created a page for the Ref Offset Calc custom node.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This is a custom ProtoFlux node maintained by AmasterAmaster. Contact the creator of the node (not the Dev Team) with any bugs or issues.
This node was created using an in-game system and has no correlation to the Plugin system. Currently, these types of custom nodes are not officially supported by Resonite.
Ref Offset Calc
IWorldElement (A)
A - B
IWorldElement (B)
B - A
Amaster's Utility Library

The Ref Offset Calc node takes in two IWorldElements and subtracts from their ulong (RefIDs) and returns either calculation. This is mainly used in Ref Hacking operations.

Keep in mind that Ref Hacking in general is not supported and can break at anytime.

Inputs

IWorldElement (A) (IWorldElement)

The first IWorldElement.

IWorldElement (B) (IWorldElement)

The second IWorldElement.

Outputs

A - B (Ulong)

Returns the result from IWorldElement (A) - IWorldElement (B).

B - A (Ulong)

Returns the result from IWorldElement (B) - IWorldElement (A).