HintIgnoreFacing_t

Note

This enum is hardcoded inside AngelScript.
You don't need to copy paste this into a file!

//###########################################################
//  >> HintNodeData
//
// This is a chunk of data that's passed to a hint node entity
// when it's created from a CNodeEnt.
//###########################################################
enum HintIgnoreFacing_t
{
    HIF_NO,
    HIF_YES,
    HIF_DEFAULT,
};