Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 955 Bytes

get-raw-maybe.md

File metadata and controls

17 lines (10 loc) · 955 Bytes

subkt / myaa.subkt.tasks / Subs / getRawMaybe

getRawMaybe

fun getRawMaybe(propertyName: String, entry: String= ""):String? (source)

Searches for the given property in the Subs object's SubProperties instance, and returns the raw string, possibly null.

This function is run outside of a task context, using only release for lookup unless an entry is manually specified.

Parameters

propertyName - The property to find.

entry - Optional manually specified entry for property lookup.