From 283d84aa25f2280286cd938a6c7c447493746a5f Mon Sep 17 00:00:00 2001
From: Josh Holtrop
obj:setTransparency(t)
++This function sets the transparency of the object. +t should be between 0.0 and 1.0, with 1.0 being fully transparent. +Note that the object will only render transparent if it is created with +the optional ''enable_blending'' attribute set to ''true.'' +This does incur a slight performance hit. +This call has no effect when the object has a texture specified, as the +transparency is taken from the texture in that case. +
+obj:setVisible(visible_flag)