Results 1 to 3 of 3

Thread: How to remove or disable a func slot from entity ?

  1. #1

    How to remove or disable a func slot from entity ?

    How can I disable the render callback temporary from entity ?

    I tryed TBGL_EntityCreateFuncSlot( %sScene, %eEntity, 0, "" ) but without success.

    Or exist a kind of TBGL_EntityDestroyFuncSlot(scene, entiy) ?

    Joshy
    Last edited by D.J.Peters; 19-05-2013 at 16:16.
    (Sorry about my bad English.)

  2. #2
    Super Moderator Petr Schreiber's Avatar
    Join Date
    Aug 2005
    Location
    Brno - Czech Republic
    Posts
    7,129
    Rep Power
    732
    I think TBGL_EntitySetUse with false flag should do the job.


    Petr
    Last edited by Petr Schreiber; 19-05-2013 at 16:28.
    Learn 3D graphics with ThinBASIC, learn TBGL!
    Windows 10 64bit - Intel Core i5-3350P @ 3.1GHz - 16 GB RAM - NVIDIA GeForce GTX 1050 Ti 4GB

  3. #3
    Quote Originally Posted by Petr Schreiber View Post
    I think TBGL_EntitySetUse with false flag should do the job.
    ha ha to simple.
    i was looking for TBGL_EntityShow( %sScene, %eEntity) and TBGL_EntityHide( %sScene, %eEntity)

    Joshy
    (Sorry about my bad English.)

Similar Threads

  1. Safely Remove Hardware Dialog
    By zak in forum Software discussion
    Replies: 0
    Last Post: 06-11-2011, 06:52
  2. New article on TBGL website covering function slot entity
    By Petr Schreiber in forum TBGL module by Petr Schreiber
    Replies: 4
    Last Post: 01-06-2010, 16:04
  3. Dialog Enable/Disable
    By catventure in forum thinBasic General
    Replies: 3
    Last Post: 24-07-2008, 07:40
  4. Can you use an AGP graphiccard with a PCI-E slot?
    By Michael Hartlef in forum Technology
    Replies: 3
    Last Post: 05-11-2007, 11:07

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •