Difference between revisions of "StrGetName"
Jump to navigation
Jump to search
format
imported>Tibixe (0.3 already released) |
imported>Tibixe (format) |
||
Line 7: | Line 7: | ||
set BaurusName to StrGetName 0 Baurus ; directly from base object | set BaurusName to StrGetName 0 Baurus ; directly from base object | ||
If ''baseObject'' is given, '''name''' is its name, if not'''name''' is the name of the reference's base object. | If ''baseObject'' is given, '''name''' is its name, if not, '''name''' is the name of the reference's base object. | ||
If ''strToSet'' is given, StrGetName sets strToSet to '''name''', if not given, StrGetName returns a new stringID. | If ''strToSet'' is given, StrGetName sets strToSet to '''name''', if not given, StrGetName returns a new stringID with '''name'''. | ||
If a new string is required with name directly from a base object, place a 0 between StrGetName and ''baseObject'' | If a new string is required with name directly from a base object, place a 0 between StrGetName and ''baseObject'' |