CassowaryDebug(cassowary)

From NWN Lexicon
Jump to navigationJump to search

Provides a debug state string for the given cassowary.

cassowary CassowaryDebug(
    cassowary cSolver
);

Parameters

cSolver
The cassowary to get the debug from


Description

Gets a printable debug state of the given solver, which may help you debug complex systems.


Remarks

If you're not sure what a cassowary is, it's not the bird but instead a type of solver. NWN uses them internally to resize the newer GUI windows. You can use them to do solving by inputting data in, and ask it to give you data out.


Version

This function was added in 1.83.8193.21 of NWN:EE.


Example

See Also

functions:

GetLocalCassowary, SetLocalCassowary, DeleteLocalCassowary, CassowaryReset, CassowaryConstrain, CassowarySuggestValue, CassowaryGetValue

constants:

CASSOWARY_STRENGTH_*