示例#1
0
    /*
     * This function checks to see if the player is hiding in a bush.
     * Returns true if player is hiding. False if not.
     */
    private bool checkHiding()
    {
        hidingCheck = logicScript.get_hide();

        return(hidingCheck);
    }