NWMUDS:GetApplicationData: Difference between revisions
Line 43: | Line 43: | ||
=Description= | =Description= | ||
This loads the appdata from the current beacon. This can only be used while connected to the network(host/client). | This loads the appdata from the current beacon. This can only be used while connected to the network(host/client). | ||
If the input size is larger than 0x300, NWM-module uses size 0x300 instead. The actual appdata-copying code just verifies that appdata_size is <= input_size, on failure result-code 0x0 is returned with output actual_size=0(since no data was copied). |