GetSigilPieces: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(Created page with "{{ACSFunction|description=Returns the number of Sigil (Strife) pieces. |usage=int GetSigilPieces(void) |return=the number of Sigil pieces |notes=This function only applies for...")
 
No edit summary
 
Line 2: Line 2:
|usage=int GetSigilPieces(void)
|usage=int GetSigilPieces(void)
|return=the number of Sigil pieces
|return=the number of Sigil pieces
|notes=This function only applies for Strife.
|notes=This function only applies for Strife. Currently there is no Sigil in Eternity so this returns 0.
|id=ACS internal}}
|id=ACS internal}}

Latest revision as of 01:46, 23 April 2026

Description[edit]

This is an ACS built-in function.

Returns the number of Sigil (Strife) pieces.

Usage[edit]

int GetSigilPieces(void)

Parameters[edit]

No parameters.

Return value[edit]

the number of Sigil pieces

Examples[edit]

No examples given.

Notes[edit]

This function only applies for Strife. Currently there is no Sigil in Eternity so this returns 0.

This function's identification in zspecial.acs is: ACS internal.

See also[edit]