WritePackFloat

Syntax

native WritePackFloat(DataPack:pack, Float:val);

Usage

pack
Datapack handle
val
Float value to pack

Description

Packs a float value into a datapack.

Return

This function has no return value.

Error

If an invalid handle is provided, an error will be thrown.