<?php

trait autotooltip4_consts {
	// Values from the file
	static $ORIG = 0;
	static $TO = 1;
	static $IN = 2;
	static $FLAGS = 3;
	// Calculated values
	static $MATCH = 4;
	static $TEXT = 5;
	static $TOOLTIP = 6;
	static $ONCE = 7;
	static $INWORD = 8;

	static $MAX_VAL = 8; // Must equal the highest value in this file.
}
