Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 858 Bytes

README.md

File metadata and controls

26 lines (24 loc) · 858 Bytes

Fast Stream is Defold extension

Fast Stream store lua table vector 3 or vector 4 to stream.

faststream.set_table_universe()

Copy table values to stream with convert values to stream type. Table element type can be: vector3, vector4 or nimber. Must be uniform!

faststream.set_table_universe(stream, table)

faststream.set_table_raw()

Copy table values to stream without! convert values to stream type. Table element type can be: vector3, vector4 or nimber. Must be uniform!

faststream.set_table_raw(stream, table) 

faststream.set_table_raw()

Copy table values to stream without! convert values to stream type. Table element type can be: vector3, vector4 or nimber. Must be uniform!

faststream.set_table_raw(stream, table)