Difference between revisions of "Read ccs"

From Kolmafia
Jump to navigation Jump to search
(Created page with "{{ #vardefine:name|read_ccs}}{{ #vardefine:return_type|buffer}}{{ FunctionPage| name={{#var:name}}| function1={{Function| name={{#var:name}}| aggregate={{#var:aggregate}}| r...")
 
(No difference)

Latest revision as of 00:06, 9 January 2023

needs(code_samples);

Function Syntax

buffer read_ccs(string name )

Reads the text of a given custom combat script and returns a buffer with the result.

See Also

set_ccs() | write_ccs()