Difference between revisions of "SHIP:Sail:Buffer Functions"

From Serious Documentation
Jump to: navigation, search
(Created page with "<onlyinclude>{{SailFuncTableStart|}} {{:SHIP:Sail:bufClr}} |+ {{:SHIP:Sail:bufCmp}} |+ {{:SHIP:Sail:bufCpy}} |+ {{:SHIP:Sail:bufGet}} |+ {{:SHIP:Sail:bufPut}} |+ {{:SHIP:Sail:...")
 
 
Line 1: Line 1:
 
<onlyinclude>{{SailFuncTableStart|}}
 
<onlyinclude>{{SailFuncTableStart|}}
 
{{:SHIP:Sail:bufClr}}
 
{{:SHIP:Sail:bufClr}}
|+
+
|-{{:SHIP:Sail:bufCmp}}
{{:SHIP:Sail:bufCmp}}
+
|-{{:SHIP:Sail:bufCpy}}
|+
+
|-{{:SHIP:Sail:bufGet}}
{{:SHIP:Sail:bufCpy}}
+
|-{{:SHIP:Sail:bufPut}}
|+
+
|-{{:SHIP:Sail:bufReset}}
{{:SHIP:Sail:bufGet}}
+
|-{{:SHIP:Sail:bufSet}}
|+
 
{{:SHIP:Sail:bufPut}}
 
|+
 
{{:SHIP:Sail:bufReset}}
 
|+
 
{{:SHIP:Sail:bufSet}}
 
 
|}</onlyinclude>
 
|}</onlyinclude>
 
== See Also: ==
 
== See Also: ==

Latest revision as of 13:08, 18 October 2016

Function Returns Introduced Description
bufClr Integer v5.1.0 Clears data in a buffer
bufCmp Boolean v5.1.0 Compares Buffer values.
bufCpy Integer v5.1.0 Copies from one buffer to another.
bufGet Integer v5.1.0 Retrieves data from a buffer.
bufPut Integer v5.1.0 Stores data into a buffer.
bufReset v5.1.0 Resets a buffer.
bufSet Integer v5.1.0 Initialize a buffer with a data pattern.

See Also: