cwtools-vscode icon indicating copy to clipboard operation
cwtools-vscode copied to clipboard

Subtype localisation does not appear in tooltips

Open maxice8 opened this issue 1 year ago • 0 comments

types = {
	type[event_modifier] = {
		path = "game/common/event_modifiers"
		
		subtype[not_flag] = {
			## cardinality = 1..inf
			scalar = scalar
		}
		
		localisation = {
			subtype[not_flag] = {
				name = "$"
				description = "desc_$"
			}
		}
	}
}

image

This occurs anywhere subtypes are used

maxice8 avatar Jan 18 '23 02:01 maxice8